Skip to content

Commit 014b1ac

Browse files
committed
Linting.
1 parent fb2f281 commit 014b1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_74hc595.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def direction(self, val): # pylint: disable=no-self-use
108108
@property
109109
def pull(self):
110110
"""Pull-up/down not supported, return None for no pull-up/down."""
111-
return digitalio.Pull.NONE
111+
return None
112112

113113
@pull.setter
114114
def pull(self, val): # pylint: disable=no-self-use

0 commit comments

Comments
 (0)