We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__all__
ObjectType
1 parent c8b994b commit 6037b5dCopy full SHA for 6037b5d
src/sqlalchemy_cratedb/type/object.py
@@ -89,4 +89,4 @@ def __getattr__(name):
89
raise AttributeError(f"module {__name__} has no attribute {name}")
90
91
92
-__all__ = deprecated_names
+__all__ = deprecated_names + ["ObjectType"]
0 commit comments