Skip to content

Commit

Permalink
Revert "Add ORM relationship to annotation"
Browse files Browse the repository at this point in the history
This reverts commit 3653b53.
  • Loading branch information
marcospri committed Sep 18, 2023
1 parent b0e8cd7 commit 88625ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion h/models/annotation_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class AnnotationMetadata(Base):
nullable=False,
unique=True,
)
annotation = sa.orm.relationship("Annotation")

data = sa.Column(
MutableDict.as_mutable(pg.JSONB),
Expand Down

0 comments on commit 88625ae

Please sign in to comment.