Ruff format/ Cleanup

This commit is contained in:
Vladless
2026-04-14 07:19:14 +00:00
parent 0e8b0d04f0
commit 39dd2432cc
224 changed files with 1583 additions and 1182 deletions
+2
View File
@@ -2,6 +2,7 @@ from __future__ import annotations
import asyncio
import time
from typing import Any
from core.cache_config import (
@@ -10,6 +11,7 @@ from core.cache_config import (
)
from core.redis_cache import cache_get, cache_key, cache_set
_RUNTIME_CONFIGS_KEY = cache_key("runtime_configs")
_REGISTRY: dict[str, dict[str, Any]] = {}
_LOCAL_VERSION = 0.0