Skip to content

Commit 6037b5d

Browse files
committed
Chore: Fix __all__ exports for ObjectType
1 parent c8b994b commit 6037b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sqlalchemy_cratedb/type/object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ def __getattr__(name):
8989
raise AttributeError(f"module {__name__} has no attribute {name}")
9090

9191

92-
__all__ = deprecated_names
92+
__all__ = deprecated_names + ["ObjectType"]

0 commit comments

Comments
 (0)