We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0abb19 commit 2e6781eCopy full SHA for 2e6781e
adafruit_pybadger/pybadge.py
@@ -66,7 +66,7 @@ def __init__(self):
66
if i2c is not None:
67
_i2c_devices = []
68
69
- for i in range(10):
+ for _ in range(10):
70
# try lock 10 times to avoid infinite loop in sphinx build
71
if i2c.try_lock():
72
_i2c_devices = i2c.scan()
0 commit comments