[changes] Change the same reference

This commit is contained in:
lanceyq
2026-03-16 18:38:59 +08:00
parent 19d149c129
commit 8e6288bca8

View File

@@ -7,8 +7,7 @@ from sqlalchemy.dialects.postgresql import UUID
from sqlalchemy.dialects.postgresql import JSONB
from app.db import Base
from app.schemas.app_schema import FileType
from app.schemas import FileType
class PerceptualType(IntEnum):
VISION = 1