Skip to content

Commit e01e9ff

Browse files
author
David Miguel Susano Pinto
committed
maint: apply black formatting.
1 parent 410b472 commit e01e9ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

microscope/valuelogger/raspberrypi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def updateTemps(self):
183183
self.inputQ.put(self.temperature)
184184

185185
def getValues(self):
186-
"""Reads all sensor values for running the value logger in remote
186+
"""Reads all sensor values for running the value logger in remote
187187
pull mode"""
188188

189189
if len(self._sensors) == 0:
@@ -195,5 +195,5 @@ def getValues(self):
195195
try:
196196
self.temprature[i] = self._sensors[i].readTempC()
197197
except:
198-
raise Exception('Unable to read temparture value')
198+
raise Exception("Unable to read temparture value")
199199
return self.temprature

0 commit comments

Comments
 (0)