Skip to content

Commit dcda8fe

Browse files
author
caternuson
committed
remove unused member
1 parent 6c4e212 commit dcda8fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_tca9548a.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ class TCA9548A_Channel():
5656

5757
def __init__(self, tca, channel):
5858
self.tca = tca
59-
self.channel = channel
6059
self.channel_switch = bytearray([1 << channel])
6160

6261
def try_lock(self):

0 commit comments

Comments
 (0)