fix: linter

This commit is contained in:
Yeuoly
2024-12-27 17:39:12 +08:00
parent 4ee4740657
commit d4a7d05043
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import json
from datetime import datetime
from typing import Optional, Any
from typing import Any, Optional
import sqlalchemy as sa
from deprecated import deprecated