refactor: reorganize import statements for consistency across multiple files

This commit is contained in:
Artem Kashaev
2025-12-01 16:35:09 +05:00
parent 754cdb7bd6
commit f234e60e65
26 changed files with 50 additions and 71 deletions
+1 -2
View File
@@ -9,11 +9,10 @@ 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__)