Skip to content

Commit d204360

Browse files
authored
Make Black happy
1 parent 0a95653 commit d204360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_pm25/uart.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,6 @@ def _read_into_buffer(self):
7878
if not remain or len(remain) != 31:
7979
raise RuntimeError("Unable to read from PM2.5 (incomplete frame)")
8080
self._buffer[1:] = remain
81+
82+
8183
# print([hex(i) for i in self._buffer])

0 commit comments

Comments
 (0)