Skip to content

Commit

Permalink
Removed circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliyobo committed Sep 23, 2024
1 parent 50b98a5 commit ae048cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions alembic/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
from alembic.operations import ops

from bookworm.database import Base, get_db_url
from bookworm.annotation.annotation_models import *



# this is the Alembic Config object, which provides
Expand Down
1 change: 0 additions & 1 deletion bookworm/database/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
PinnedDocument,
RecentDocument,
)
from bookworm.annotation.annotation_models import *

log = logger.getChild(__name__)

Expand Down

0 comments on commit ae048cb

Please sign in to comment.