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,5 +1,5 @@
from base.orm import local_session
from base.resolvers import query
from services.db import local_session
from services.schema import query
from orm.author import Author
from orm.community import Community, CommunityAuthor
from orm.shout import ShoutCommunity