Skip to content

Commit 6ab361b

Browse files
committed
resolves #12 Missing Type Annotations
1 parent dc048f8 commit 6ab361b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_tmp007.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ def __init__(
8888
Start taking temperature measurements. Samplerate can be one of
8989
TMP007_CFG_1SAMPLE, TMP007_CFG_2SAMPLE, TMP007_CFG_4SAMPLE,
9090
TMP007_CFG_8SAMPLE, or TMP007_CFG_16SAMPLE. The default is 16 samples
91-
for the highest resolution. Returns True if the device is intialized,
92-
False otherwise.
91+
for the highest resolution.
9392
"""
9493
self._device = I2CDevice(i2c, address)
9594
self._write_u16(_TMP007_CONFIG, _TMP007_CFG_RESET)

0 commit comments

Comments
 (0)