format code

This commit is contained in:
grillazz
2025-03-08 17:27:53 +01:00
parent 8f96c8a472
commit 0260df4d09
15 changed files with 23 additions and 30 deletions

View File

@@ -1,11 +1,10 @@
from datetime import datetime
from attrs import define
from sqlalchemy import text
from starlette.types import ASGIApp, Receive, Scope, Send
from apscheduler import AsyncScheduler
from apscheduler.triggers.interval import IntervalTrigger
from attrs import define
from sqlalchemy import text
from starlette.types import ASGIApp, Receive, Scope, Send
from app.database import AsyncSessionFactory
from app.utils.logging import AppLogger