We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6b58c commit 64633cfCopy full SHA for 64633cf
adafruit_hts221.py
@@ -72,7 +72,7 @@ class CV:
72
73
@classmethod
74
def add_values(
75
- cls, value_tuples: Sequence[Tuple[str, int, Union[int, str]]]
+ cls, value_tuples: Sequence[Tuple[str, int, Union[int, float]]]
76
) -> None:
77
"""creates CV entries"""
78
cls.label = {}
0 commit comments