refactor(api): remove db tables and fix import paths

This commit is contained in:
2025-08-20 14:42:20 +05:00
parent 1b95c9825b
commit 571186151b
29 changed files with 23 additions and 254 deletions

View File

@@ -17,7 +17,7 @@ from api.db.logic.process_schema import (
from api.schemas.process.process_schema import ProcessSchema
from api.db.tables.process import ProcessStatus
from orm.tables.process import ProcessStatus
from api.schemas.base import bearer_schema