Skip to content

Commit e36ec78

Browse files
committed
Update peripherals.py
Fixed pylint and black errors
1 parent 5723d94 commit e36ec78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_funhouse/peripherals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def temperature(self):
215215
Return the temperature in degrees Celcius
216216
"""
217217
return self._aht20.temperature
218-
218+
219219
@property
220220
def relative_humidity(self):
221221
"""

0 commit comments

Comments
 (0)