fix: lint

This commit is contained in:
crazywoola 2025-03-18 13:21:22 +08:00
parent be682f5580
commit 114445edd9

View File

@ -73,6 +73,7 @@ class IconType(Enum):
IMAGE = "image"
EMOJI = "emoji"
class App(Base):
__tablename__ = "apps"
__table_args__ = (db.PrimaryKeyConstraint("id", name="app_pkey"), db.Index("app_tenant_id_idx", "tenant_id"))