fix-imports

This commit is contained in:
2023-10-05 22:59:50 +03:00
parent f6e3320e18
commit 45d187786b
6 changed files with 35 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ from services.db import local_session
from services.schema import mutation
from orm.shout import Shout, ShoutAuthor, ShoutTopic
from orm.topic import Topic
from resolvers.zine.reactions import reactions_follow, reactions_unfollow
from resolvers.reactions import reactions_follow, reactions_unfollow
@mutation.field("createShout")