Skip to content

Commit 9fb0096

Browse files
Fix flake8 error - remove unnecessary global declaration
1 parent bb5bd0e commit 9fb0096

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

implementations/raspberry-pi-i2c/firmware/utils/buzz_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ def handler(signal_received, frame):
3434

3535
def main():
3636
"""Main test loop."""
37-
global drv
38-
3937
# Initialize I2C bus
4038
i2c = busio.I2C(board.SCL, board.SDA)
4139

0 commit comments

Comments
 (0)