circular-fix
Some checks failed
Deploy on push / deploy (push) Failing after 17s

This commit is contained in:
2025-08-17 16:33:54 +03:00
parent bc8447a444
commit e78e12eeee
65 changed files with 3304 additions and 1051 deletions

View File

@@ -1,6 +1,6 @@
import os
from dataclasses import dataclass
from typing import ClassVar, Optional
from typing import ClassVar
from services.redis import redis
from utils.logger import root_logger as logger
@@ -292,7 +292,7 @@ class EnvService:
logger.error(f"Ошибка при удалении переменной {key}: {e}")
return False
async def get_variable(self, key: str) -> Optional[str]:
async def get_variable(self, key: str) -> str | None:
"""Получает значение конкретной переменной"""
# Сначала проверяем Redis