Ruff format/ Cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user