refactor(api): remove db tables and fix import paths
This commit is contained in:
@@ -3,7 +3,7 @@ from typing import List, Optional, Dict
|
||||
|
||||
from pydantic import EmailStr, Field, TypeAdapter
|
||||
|
||||
from api.db.tables.account import AccountRole, AccountStatus
|
||||
from orm.tables.account import AccountRole, AccountStatus
|
||||
from api.schemas.base import Base
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user