Skip to content

Commit 092a3d8

Browse files
Revert
1 parent 7da3a6a commit 092a3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-tests/test-type-registry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
print(aika.add(1, 2))
44

55
print(dir(aika))
6-
#print(hasattr(aika, "TypeRegistry"))
6+
print(hasattr(aika, "TypeRegistry"))
77

88
tr = aika.TypeRegistry()
99

0 commit comments

Comments
 (0)