fix-imports
Some checks failed
deploy / deploy (push) Failing after 1m43s

This commit is contained in:
2023-10-23 17:51:13 +03:00
parent bf241a8fbd
commit e151034bab
11 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
from datetime import datetime
from sqlalchemy import Boolean, Column, DateTime, ForeignKey, String
from base.orm import Base
from services.db import Base
class TopicFollower(Base):