Skip to content

Commit accc22c

Browse files
authored
Fighting new PyLint message
************* Module pybadger_pyportal_touchscreen examples/pybadger_pyportal_touchscreen.py:4:0: C0411: third party import "import adafruit_touchscreen" should be placed before "from adafruit_pybadger import pybadger" (wrong-import-order)
1 parent cb54874 commit accc22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pybadger_pyportal_touchscreen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Simpletest example using Adafruit PyPortal. Uses the touchscreen to advance between examples."""
22
import board
3-
from adafruit_pybadger import pybadger
43
import adafruit_touchscreen
4+
from adafruit_pybadger import pybadger
55

66
# pylint: disable=invalid-name
77

0 commit comments

Comments
 (0)