fmt
All checks were successful
Deploy on push / deploy (push) Successful in 24s

This commit is contained in:
2024-05-07 00:06:31 +03:00
parent e61db5d6e5
commit e0a5c654d8
9 changed files with 33 additions and 40 deletions

View File

@@ -1,10 +1,12 @@
import time
from sqlalchemy import JSON, Boolean, Column, ForeignKey, Integer, String
# from sqlalchemy_utils import TSVectorType
from services.db import Base
# from sqlalchemy_utils import TSVectorType
class AuthorRating(Base):
__tablename__ = "author_rating"