CircuitPython-provided modules should be considered stdlib-equiv by isort terms. Apply this new rule.

This commit is contained in:
Josh Klar
2019-07-25 00:04:06 -07:00
parent 11a4604f88
commit 45cadc7e5a
3 changed files with 26 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
import pulseio
import time
from math import e, exp, pi, sin
import pulseio
from micropython import const
led_config = {

View File

@@ -1,6 +1,5 @@
import time
from math import e, exp, pi, sin
from micropython import const
rgb_config = {