Skip to content

Commit 0a95653

Browse files
authored
Make black happy
1 parent 811e7d0 commit 0a95653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pm25/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def read(self):
8282
# print([hex(i) for i in self._buffer])
8383

8484
# check packet header
85-
if not self._buffer[0:2] == b'BM':
85+
if not self._buffer[0:2] == b"BM":
8686
raise RuntimeError("Invalid PM2.5 header")
8787

8888
# check frame length

0 commit comments

Comments
 (0)