Skip to content

Commit 64633cf

Browse files
tekktrikNeradoc
andauthored
Update adafruit_hts221.py
Co-authored-by: Neradoc <[email protected]>
1 parent fd6b58c commit 64633cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_hts221.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class CV:
7272

7373
@classmethod
7474
def add_values(
75-
cls, value_tuples: Sequence[Tuple[str, int, Union[int, str]]]
75+
cls, value_tuples: Sequence[Tuple[str, int, Union[int, float]]]
7676
) -> None:
7777
"""creates CV entries"""
7878
cls.label = {}

0 commit comments

Comments
 (0)