fix: linter

This commit is contained in:
Yeuoly
2024-12-24 21:29:24 +08:00
parent 4199998c7e
commit 5a57dad93c
10 changed files with 14 additions and 14 deletions

View File

@ -3,6 +3,7 @@ from datetime import UTC, datetime
from celery import states # type: ignore
from models.base import Base
from .engine import db