We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047e14a commit a03adffCopy full SHA for a03adff
1 file changed
src/webapp/database.py
@@ -6,7 +6,6 @@
6
from contextvars import ContextVar
7
import enum
8
import sqlalchemy
9
-from sqlalchemy.orm import DeclarativeBase, mapped_column, Mapped
10
from sqlalchemy.ext.mutable import MutableDict, MutableList
11
from sqlalchemy import (
12
Column,
@@ -26,6 +25,7 @@
26
25
event,
27
)
28
from sqlalchemy.orm import (
+ DeclarativeBase,
29
sessionmaker,
30
Session,
31
relationship,
0 commit comments