Skip to content

Commit 72bc584

Browse files
argument and output type for outside class function
1 parent 00ede08 commit 72bc584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_bme680.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
)
105105

106106

107-
def _read24(arr):
107+
def _read24(arr: bytearray) -> float:
108108
"""Parse an unsigned 24-bit value as a floating point and return it."""
109109
ret = 0.0
110110
# print([hex(i) for i in arr])

0 commit comments

Comments
 (0)