invcache-fix6

This commit is contained in:
2025-01-16 06:49:15 +03:00
parent 7c85f51436
commit ae7580252b
2 changed files with 49 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import asyncio
from cache.cache import cache_author, cache_topic, get_cached_author, get_cached_topic, get_cached_entity
from cache.cache import cache_author, cache_topic, get_cached_author, get_cached_topic
from resolvers.stat import get_with_stat
from utils.logger import root_logger as logger