Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent 65b730d commit 0ae612b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adafruit_sgp40/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def initialize(self) -> None:
self._command_buffer[1] = 0x2F
featureset = self._read_word_from_command()
if featureset[0] != 0x3220:

raise RuntimeError(f"Feature set does not match: {featureset[0]:#x}")

# Self Test
Expand Down

0 comments on commit 0ae612b

Please sign in to comment.