Skip to content

Commit

Permalink
thank you pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Apr 8, 2020
1 parent 9dda009 commit 6843f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cirque_pinnacle_usb_mouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from digitalio import DigitalInOut
import usb_hid
# if using a trackpad configured for SPI
from circuitpython_cirque_pinnacle.glidepoint import PinnacleTouchSPI, ABSOLUTE, RELATIVE
from circuitpython_cirque_pinnacle.glidepoint import PinnacleTouchSPI, RELATIVE
# if using a trackpad configured for I2C
# from circuitpython_cirque_pinnacle.glidepoint import PinnacleTouchI2C, ABSOLUTE, RELATIVE
# from circuitpython_cirque_pinnacle.glidepoint import PinnacleTouchI2C, RELATIVE
# i2c = board.I2C()

# if using a trackpad configured for SPI
Expand Down

0 comments on commit 6843f60

Please sign in to comment.