Skip to content

Commit 79fc7e6

Browse files
Update post.py
1 parent 06740fe commit 79fc7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/models/post.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from datetime import UTC, datetime
33
from uuid6 import uuid7
44

5-
from sqlalchemy import DateTime, ForeignKey, String,UUID
5+
from sqlalchemy import DateTime, ForeignKey, String, UUID
66
from sqlalchemy.orm import Mapped, mapped_column
77

88
from ..core.db.database import Base

0 commit comments

Comments
 (0)