Skip to content

Commit a03adff

Browse files
author
Vishakh Pillai
committed
lint
1 parent 047e14a commit a03adff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/webapp/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from contextvars import ContextVar
77
import enum
88
import sqlalchemy
9-
from sqlalchemy.orm import DeclarativeBase, mapped_column, Mapped
109
from sqlalchemy.ext.mutable import MutableDict, MutableList
1110
from sqlalchemy import (
1211
Column,
@@ -26,6 +25,7 @@
2625
event,
2726
)
2827
from sqlalchemy.orm import (
28+
DeclarativeBase,
2929
sessionmaker,
3030
Session,
3131
relationship,

0 commit comments

Comments
 (0)