We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5886de8 commit c3ff528Copy full SHA for c3ff528
1 file changed
blueconnect/models.py
@@ -9,7 +9,6 @@
9
import inflection
10
from dateutil.parser import isoparse
11
12
-# pylint:disable=too-many-instance-attributes
13
14
def transform_value(value, value_type):
15
"""Helper method to transform raw api value to correct type."""
@@ -65,6 +64,7 @@ class MeasurementTrend(Enum):
65
64
STABLE = "stable"
66
INCREASE = "increase"
67
DECREASE = "decrease"
+ UNDEFINED = "undefined"
68
69
70
@dataclass
0 commit comments