fix-resolvers-import
This commit is contained in:
parent
6ca4c9241e
commit
ba40e6c7d2
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user