cleanup-orm
Some checks failed
deploy / deploy (push) Failing after 23s

This commit is contained in:
2023-10-16 18:28:43 +03:00
parent bc08ece4c3
commit 066bf72547
2 changed files with 0 additions and 27 deletions

View File

@@ -1,6 +1,5 @@
from services.db import Base, engine
from orm.community import Community
from orm.notification import Notification
from orm.rbac import Operation, Resource, Permission, Role
from orm.reaction import Reaction
from orm.shout import Shout
@@ -29,7 +28,6 @@ __all__ = [
"Shout",
"Topic",
"TopicFollower",
"Notification",
"Reaction",
"UserRating",
"init_tables"