Skip to content

Commit 972f828

Browse files
author
Louis Bertrand
committed
Fix pylint warning
Removed trailing spaces to resolve PyLint warning.
1 parent 5b4058a commit 972f828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ds18x20.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def start_temperature_read(self):
121121
with self._device as dev:
122122
dev.write(_CONVERT)
123123
return _CONVERSION_DELAY[self.resolution]
124-
124+
125125
def read_temperature(self):
126126
"""Read the temperature. No polling of the conversion busy bit
127127
(assumes that the conversion has completed)."""

0 commit comments

Comments
 (0)