invcache-fix4

This commit is contained in:
2025-01-16 06:01:47 +03:00
parent c1c095a73c
commit 83ec475cc8
2 changed files with 4 additions and 19 deletions

View File

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