Skip to content

Commit

Permalink
fix models err
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhit committed Oct 16, 2024
1 parent d6f3a0e commit 638b829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ class Info(Base):
question_type: Mapped[QuestionEnum] = mapped_column(
pgsql_types.ENUM(
QuestionEnum, name="question_enum", create_type=False
QuestionEnum, name="question_enum", create_type=False
),
nullable=False,
)
Expand Down

0 comments on commit 638b829

Please sign in to comment.