Skip to content

Commit a3e4f27

Browse files
committed
fix pylint import order
1 parent 81b9c30 commit a3e4f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tlc59711_fancyled.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
import busio
1717

18-
import adafruit_tlc59711
1918
import adafruit_fancyled.adafruit_fancyled as fancyled
19+
import adafruit_tlc59711
2020

2121
##########################################
2222
print("\n" + (42 * "*") + "\n" + __doc__ + "\n" + (42 * "*") + "\n" + "\n")

0 commit comments

Comments
 (0)