Skip to content

Commit 3286344

Browse files
committed
Remove semi colon
1 parent ba86dda commit 3286344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qwiic_tmp102.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def alert(self):
217217
"""
218218
alert = self._i2c.readByte(self.address, CONFIG_REGISTER)
219219
alert &= 0x20 #Clear everything but the alert bit (bit 5)
220-
return alert>>5;
220+
return alert>>5
221221

222222
def one_shot(self, setOneShot = 0):
223223
"""

0 commit comments

Comments
 (0)