Skip to content

Commit 6cba297

Browse files
committed
...and blacken
1 parent e91dc36 commit 6cba297

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): # pylint: disable=no-self-use
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)