mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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__:
|
if attr_name not in self.__attributes__:
|
||||||
# Fake Interface if is not missing
|
# Fake Interface if is not missing
|
||||||
self.__attributes__[attr_name] = type(
|
self.__attributes__[attr_name] = type(
|
||||||
"{}".format(attr_name),
|
attr_name,
|
||||||
(MissingInteface, ),
|
(MissingInteface, ),
|
||||||
{}
|
{}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue