Skip to content

Commit bd69cce

Browse files
committed
tidy
1 parent 7105a2e commit bd69cce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nowcasting_datamodel/models/metric.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ class Metric(EnhancedBaseModel):
4141
name: str = Field(..., description="The name of the metric")
4242
description: str = Field(..., description="The description of the metric")
4343

44-
rm_mode = True
45-
4644
def to_orm(self) -> MetricSQL:
4745
"""Change model to LocationSQL"""
4846

0 commit comments

Comments
 (0)