import-fix
All checks were successful
deploy / deploy (push) Successful in 1m55s

This commit is contained in:
2023-12-17 07:59:16 +03:00
parent cd0ba88462
commit 4697b44504
5 changed files with 14 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
import time
from enum import Enum as Enumeration
from sqlalchemy import Column, Enum, ForeignKey, Integer, String
from sqlalchemy import Column, ForeignKey, Integer, String
from services.db import Base