This commit is contained in:
2022-10-14 21:30:39 +03:00
parent 5c9399162e
commit 25267fa5b0
2 changed files with 2 additions and 4 deletions

View File

@@ -33,7 +33,6 @@ from resolvers.reactions import (
update_reaction,
reactions_unfollow,
reactions_follow,
get_shout_reactions,
)
from resolvers.topics import (
topic_follow,
@@ -108,7 +107,6 @@ __all__ = [
"create_community",
"delete_community",
# reactions
"get_shout_reactions",
"reactions_follow",
"reactions_unfollow",
"create_reaction",