Skip to content

Commit 831595d

Browse files
Update models.py
1 parent 4ab07f3 commit 831595d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Python/aiohttp/app/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from sqlalchemy.orm import DeclarativeBase, Mapped
1+
from sqlalchemy.orm import DeclarativeBase, Mapped, mapped_column
22

33
class Base(DeclarativeBase):
44
"""Base for models."""

0 commit comments

Comments
 (0)