Skip to content

Commit e91dc36

Browse files
committed
lint
1 parent 448638f commit e91dc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_aw9523.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,6 @@ def pull(self):
247247
raise NotImplementedError("Pull-up/pull-down resistors not supported.")
248248

249249
@pull.setter
250-
def pull(self, val):
250+
def pull(self, val): # pylint: disable=no-self-use
251251
if val is not None:
252252
raise NotImplementedError("Pull-up/pull-down resistors not supported.")

0 commit comments

Comments
 (0)