Skip to content

Commit b959cdd

Browse files
committed
fixing formatting
1 parent 17f82bd commit b959cdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_hts221.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ def temperature_data_ready(self):
266266
"""Returns true if a new temperature measurement is available to be read"""
267267
return self._temperature_status_bit
268268

269-
270269
def take_measurements(self):
271270
"""Update the value of ``pressure`` and ``temperature`` by taking a single measurement.
272271
Only meaningful if ``data_rate`` is set to ``ONE_SHOT``"""

0 commit comments

Comments
 (0)