summaryrefslogtreecommitdiffstatshomepage
path: root/tests/wipy/i2c.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wipy/i2c.py')
-rw-r--r--tests/wipy/i2c.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/wipy/i2c.py b/tests/wipy/i2c.py
index 57015767df..24afc5a082 100644
--- a/tests/wipy/i2c.py
+++ b/tests/wipy/i2c.py
@@ -4,7 +4,6 @@ A MPU-9150 sensor must be connected to the I2C bus.
'''
from pyb import I2C
-from pyb import Pin
import os
import pyb