Skip to content

Commit 660f861

Browse files
author
Daniel Campora
committed
tests/wipy: Remove unneeded dependencies to pyb.Pin.
1 parent 06d93b3 commit 660f861

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

tests/wipy/adc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
'''
44

55
from pyb import ADC
6-
from pyb import Pin
76
import os
87

98
machine = os.uname().machine

tests/wipy/i2c.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
'''
55

66
from pyb import I2C
7-
from pyb import Pin
87
import os
98
import pyb
109

tests/wipy/spi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
'''
44

55
from pyb import SPI
6-
from pyb import Pin
76
import os
8-
import pyb
97

108
machine = os.uname().machine
119
if 'LaunchPad' in machine:

0 commit comments

Comments
 (0)