diff --git a/video-gen-api/app/models/upload_task.py b/video-gen-api/app/models/upload_task.py index 9d436411..6d50154d 100644 --- a/video-gen-api/app/models/upload_task.py +++ b/video-gen-api/app/models/upload_task.py @@ -26,4 +26,5 @@ class UploadTask(Base, TimestampMixin, SoftDeleteMixin): Text, nullable=True, comment="上传备注" ) oauth_id: Mapped[str] = mapped_column( - String(64), nullable=False, index=True, \ No newline at end of file + String(64), nullable=False, index=True, + ) \ No newline at end of file