mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
simplified fake interface
This commit is contained in:
parent
bf4d85d587
commit
d1dfa251d9
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class _InterfacesClass(_ModuleClass):
|
|||
if attr_name not in self.__attributes__:
|
||||
# Fake Interface if is not missing
|
||||
self.__attributes__[attr_name] = type(
|
||||
"{}".format(attr_name),
|
||||
attr_name,
|
||||
(MissingInteface, ),
|
||||
{}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue