Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
marshHawk4 committed Aug 19, 2024
1 parent f000ba8 commit 3b37b62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cdr_schemas/cdr_responses/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ class PolygonExtractionResponse(BaseModel):
default="", description="System version that published this item"
)
validated: Optional[bool] = Field(default=None, description="Validated by human")
legend_id: Optional[str] = Field(default=None, description="Associated CDR legend id")
legend_id: Optional[str] = Field(
default=None, description="Associated CDR legend id"
)
projected_feature: List[ProjectedFeature] = Field(
default_factory=list,
description="""
Expand Down

0 comments on commit 3b37b62

Please sign in to comment.