Skip to content

Commit

Permalink
Merge pull request #7 from jepler/remove-bad-whitespace-directive
Browse files Browse the repository at this point in the history
remove bad-whitespace pylint directive
  • Loading branch information
dhalbert authored Aug 23, 2020
2 parents eaa2f7e + 3c05323 commit a627119
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adafruit_dps310.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
_DPS310_PRODREVID = 0x0D # Register that contains the part ID
_DPS310_TMPCOEFSRCE = 0x28 # Temperature calibration src

# pylint: enable=bad-whitespace
# pylint: disable=no-member,unnecessary-pass


Expand Down

0 comments on commit a627119

Please sign in to comment.