fixed lint errors
Some checks failed
Deploy / lint (push) Successful in 6s
Deploy / test (push) Failing after 1m11s
Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-03-03 18:51:06 +01:00
parent 0a011d4ce9
commit 6a0bd8d099
5 changed files with 9 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ from __future__ import annotations
import json
import logging
import asyncio
from datetime import date, datetime, timedelta, timezone
from datetime import date, datetime, timezone
from apscheduler.schedulers.asyncio import AsyncIOScheduler
from sqlalchemy import case, func, select