Skip to content

Commit

Permalink
Add JSON type import to db_modeling_feedback.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonWehrhahn committed Nov 29, 2024
1 parent 1e8e21d commit a5203ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion athena/athena/models/db_modeling_feedback.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Optional

from sqlalchemy import Column, ForeignKey, String
from sqlalchemy import Column, ForeignKey, JSON, String
from sqlalchemy.orm import relationship

from athena.database import Base
Expand Down

0 comments on commit a5203ff

Please sign in to comment.