refactor: reorganize import statements for consistency across multiple files

This commit is contained in:
Artem Kashaev
2025-12-01 16:26:10 +05:00
parent 1dd7c2f2b8
commit d2c424c419
24 changed files with 62 additions and 50 deletions
+2 -1
View File
@@ -9,10 +9,11 @@ from collections.abc import Awaitable, Callable
from typing import Any
import redis.asyncio as redis
from app.core.config import settings
from redis.asyncio.client import Redis
from redis.exceptions import RedisError
from app.core.config import settings
logger = logging.getLogger(__name__)