Skip to content

Commit

Permalink
Merge pull request #39 from adafruit/pylint-fix
Browse files Browse the repository at this point in the history
Fixed linting
  • Loading branch information
tekktrik authored Nov 10, 2022
2 parents 0105181 + 3adf550 commit 5dbf12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_max31865.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class MAX31865:
def __init__(
self,
spi,
cs,
cs, # pylint: disable=invalid-name
*,
polarity=0,
rtd_nominal=100,
Expand Down

0 comments on commit 5dbf12a

Please sign in to comment.