diff --git a/registry/data-models/models.py b/registry/data-models/models.py index a6e7fa2b1..d3aea8460 100644 --- a/registry/data-models/models.py +++ b/registry/data-models/models.py @@ -149,4 +149,4 @@ class Anchor(FeathrModel): id: AnchorId # Unique ID for Anchor project_id: ProjectId # ID of Project that the anchor belongs to source: DataSource # data source of the Anchor - anchor_feature_ids: List[FeatureId] # List of anchor features that the anchor has + anchor_feature_ids: List[FeatureId] # List of anchor features that the anchor has \ No newline at end of file