Skip to content

Commit

Permalink
fix: updated import in models init in sqlalchemy scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
ashupednekar committed Sep 26, 2024
1 parent c964335 commit 4391a39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from user import Base as user
from .user import Base as user

metadata = [user.metadata]

0 comments on commit 4391a39

Please sign in to comment.