fix-resolvers-import

This commit is contained in:
tonyrewin 2022-11-13 19:47:00 +03:00
parent 6ca4c9241e
commit ba40e6c7d2

View File

@ -57,7 +57,9 @@ from resolvers.zine import (
recent_reacted, recent_reacted,
shouts_by_authors, shouts_by_authors,
shouts_by_topics, shouts_by_topics,
shouts_by_layout, shouts_by_layout_recent,
shouts_by_layout_top,
shouts_by_layout_topmonth,
shouts_by_communities, shouts_by_communities,
) )
@ -92,7 +94,9 @@ __all__ = [
"recent_reacted", "recent_reacted",
"recent_all", "recent_all",
"shouts_by_topics", "shouts_by_topics",
"shouts_by_layout", "shouts_by_layout_recent",
"shouts_by_layout_topmonth",
"shouts_by_layout_top",
"shouts_by_authors", "shouts_by_authors",
"shouts_by_communities", "shouts_by_communities",
"get_user_reacted_shouts", "get_user_reacted_shouts",