Skip to content

Commit

Permalink
declarative_base and declared_attr have moved
Browse files Browse the repository at this point in the history
See #310 — sqlalchemy-2.0 migration
  • Loading branch information
sde1000 committed Jan 25, 2025
1 parent 2569b6d commit 8708ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quicktill/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from sqlalchemy.ext.declarative import declarative_base, declared_attr
from sqlalchemy.orm import declarative_base, declared_attr
from sqlalchemy import Column, Integer, String, DateTime, Date
from sqlalchemy import LargeBinary
from sqlalchemy.dialects import postgresql
Expand Down

0 comments on commit 8708ef4

Please sign in to comment.