There was an error while loading. Please reload this page.
1 parent 5a35ad2 commit 111dfa3Copy full SHA for 111dfa3
1 file changed
registry.py
@@ -31,7 +31,7 @@ class and the associated value, the class itself.
31
32
if __name__ == "__main__":
33
print("Before subclassing: ")
34
- for k in RegistryHolder.REGISTRY.keys():
+ for k in RegistryHolder.REGISTRY:
35
print(k)
36
37
class ClassRegistree(BaseRegisteredClass):
0 commit comments