fix-circular
All checks were successful
Deploy to core / deploy (push) Successful in 1m59s

This commit is contained in:
2024-02-21 12:34:12 +03:00
parent 762857ffbe
commit 73f020ae5d
3 changed files with 16 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
from resolvers.author import (
get_author,
get_author_follows,
get_author_followers,
get_author_id,
get_authors_all,
load_authors_by,
@@ -14,7 +15,6 @@ from resolvers.follower import (
unfollow,
get_topic_followers,
get_shout_followers,
get_author_followers,
)
from resolvers.reaction import (
create_reaction,