imports-fix
Some checks failed
deploy / deploy (push) Failing after 2m1s

This commit is contained in:
2023-11-22 21:23:15 +03:00
parent 3379376016
commit af5746c5d8
4 changed files with 12 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ import asyncio
import json
from services.rediscache import redis
from orm.shout import Shout
from resolvers.load import load_shouts_by
from resolvers.reader import load_shouts_by
class SearchService: