Skip to content

Commit

Permalink
Fix measure link
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed Oct 17, 2024
1 parent cb78bfa commit 17aee85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amt/schema/measure.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Measure(MeasureBase):
name: str
description: str
links: list[str] = Field(default=[])
url: str


class ExtendedMeasureTask(MeasureTask):
Expand Down

0 comments on commit 17aee85

Please sign in to comment.