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
+1 -1
View File
@@ -1,7 +1,7 @@
from sqlalchemy.ext.asyncio import AsyncSession
from handlers.keys.utils import build_key_ref, resolve_key
from database.models import Key
from handlers.keys.utils import build_key_ref, resolve_key
def build_admin_key_ref(client_id: str | None, email: str | None = None) -> str: