Skip to content

Commit 02ca475

Browse files
committed
linting
1 parent ae4993c commit 02ca475

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/mpr121_simpletest.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
# board are touched. Open the serial REPL after running to see the output.
44
# Author: Tony DiCola
55
import time
6-
6+
import board
7+
import busio
78
# Import MPR121 module.
89
import adafruit_mpr121
910

10-
import busio
11-
1211
# Create I2C bus.
13-
import board
1412
i2c = busio.I2C(board.SCL, board.SDA)
1513

1614
# Create MPR121 class.

0 commit comments

Comments
 (0)