fix-import

This commit is contained in:
Untone 2023-11-24 05:33:51 +03:00
parent 01ee619093
commit b172b4ef84

View File

@ -8,7 +8,7 @@ from services.db import local_session
from orm.shout import Shout from orm.shout import Shout
from orm.author import Author from orm.author import Author
from orm.user import User from orm.user import User
from orm.notification import NotificationType, Notification from orm.notification import NotificationAction, NotificationEntity, Notification
from orm.reaction import ReactionKind, Reaction from orm.reaction import ReactionKind, Reaction