Skip to content

Commit 6289e06

Browse files
jarosser06claude
andcommitted
fix: remove imports from __init__.py to avoid circular dependency
Removed imports from core/orm/__init__.py that were causing circular import issues. The __init__.py files only need to exist for package recognition, not for re-exporting symbols. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fe3e70e commit 6289e06

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
from .client import TableClient
2-
from .table_object import TableObject
3-
from .orm_exceptions import *
4-
5-
__all__ = ['TableClient', 'TableObject']

0 commit comments

Comments
 (0)