Skip to content

Commit

Permalink
Make Black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dglaude authored Nov 15, 2020
1 parent 0a95653 commit d204360
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adafruit_pm25/uart.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,6 @@ def _read_into_buffer(self):
if not remain or len(remain) != 31:
raise RuntimeError("Unable to read from PM2.5 (incomplete frame)")
self._buffer[1:] = remain


# print([hex(i) for i in self._buffer])

0 comments on commit d204360

Please sign in to comment.