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

@@ -4,8 +4,8 @@ from sqlalchemy import and_, func, distinct, select, literal
from sqlalchemy.orm import aliased
from services.auth import login_required
from base.orm import local_session
from base.resolvers import mutation, query
from services.db import local_session
from services.schema import mutation, query
from orm.shout import ShoutAuthor, ShoutTopic
from orm.topic import Topic
from orm.author import AuthorFollower, Author, AuthorRating