Skip to content

Commit a90bbda

Browse files
committed
Merge pull request gpiozero#328 from lurch/patch-2
Remove redundant line of code
2 parents e515601 + 48bac77 commit a90bbda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gpiozero/spi_devices.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ class MCP3xxx(AnalogInputDevice):
112112

113113
def __init__(self, channel=0, bits=10, differential=False, **spi_args):
114114
self._channel = channel
115-
self._bits = bits
116115
self._differential = bool(differential)
117116
super(MCP3xxx, self).__init__(bits, **spi_args)
118117

0 commit comments

Comments
 (0)