Skip to content

Commit

Permalink
Fix measure link (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog authored Oct 17, 2024
2 parents cb78bfa + 17aee85 commit c235300
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 c235300

Please sign in to comment.