Skip to content

Commit fda8ddc

Browse files
committed
pylint fix
1 parent b7d61bd commit fda8ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_lps35hw.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def __init__(self, i2c_bus, address=0x5d):
164164
self.reset()
165165

166166
# set data_rate to put the sensor in continuous mode
167-
self.data_rate = DataRate.RATE_10_HZ;
167+
self.data_rate = DataRate.RATE_10_HZ
168168

169169
self._block_updates = True
170170
self._interrupt_latch = True

0 commit comments

Comments
 (0)