Skip to content

Commit c3ff528

Browse files
committed
Update models.py
1 parent 5886de8 commit c3ff528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blueconnect/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import inflection
1010
from dateutil.parser import isoparse
1111

12-
# pylint:disable=too-many-instance-attributes
1312

1413
def transform_value(value, value_type):
1514
"""Helper method to transform raw api value to correct type."""
@@ -65,6 +64,7 @@ class MeasurementTrend(Enum):
6564
STABLE = "stable"
6665
INCREASE = "increase"
6766
DECREASE = "decrease"
67+
UNDEFINED = "undefined"
6868

6969

7070
@dataclass

0 commit comments

Comments
 (0)