Skip to content

Commit a2eefa1

Browse files
committed
Fix formatting
1 parent f579dbd commit a2eefa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_ds18x20.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ def read_temperature(self) -> float:
155155
"""Read the temperature. No polling of the conversion busy bit
156156
(assumes that the conversion has completed)."""
157157
return self._read_temp()
158-
158+
159159
@property
160160
def address(self):
161161
"""Returns the address of the device. Might be useful if there are multiple sensors on
162162
the bus.
163-
163+
164164
Note: this property is read only."""
165165
return self._address

0 commit comments

Comments
 (0)