Skip to content

Commit 48516aa

Browse files
authored
refactor: remove unnecessary pass statement
1 parent 98791d0 commit 48516aa

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
@@ -51,7 +51,6 @@ def try_lock(self):
5151
"""Pass through for try_lock."""
5252
while not self.tca.i2c.try_lock():
5353
time.sleep(0)
54-
pass
5554
self.tca.i2c.writeto(self.tca.address, self.channel_switch)
5655
return True
5756

0 commit comments

Comments
 (0)