Browse Source

fix: models

Yeuoly 4 months ago
parent
commit
a5555f90c6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      api/models/tools.py

+ 1 - 2
api/models/tools.py

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