Skip to content

Commit 04d66ce

Browse files
committed
Remove unused imports
1 parent 811e164 commit 04d66ce

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

examples/qwiic_button_ex6_changeI2CAddress.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
#==================================================================================
4040
# Example 5
4141

42-
import qwiic_i2c
4342
import qwiic_button
4443
import time
4544
import sys

examples/qwiic_button_ex7_2Buttons.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
#==================================================================================
4242
# Example 7
4343

44-
import qwiic_i2c
4544
import qwiic_button
4645
import time
4746
import sys

qwiic_button.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"""
5151
#-----------------------------------------------------------------------------------
5252

53-
import math
5453
import qwiic_i2c
5554

5655
# Define the device name and I2C addresses. These are set in the class definition

0 commit comments

Comments
 (0)