Skip to content

Commit 5dbf12a

Browse files
authored
Merge pull request #39 from adafruit/pylint-fix
Fixed linting
2 parents 0105181 + 3adf550 commit 5dbf12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_max31865.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class MAX31865:
119119
def __init__(
120120
self,
121121
spi,
122-
cs,
122+
cs, # pylint: disable=invalid-name
123123
*,
124124
polarity=0,
125125
rtd_nominal=100,

0 commit comments

Comments
 (0)