Skip to content

Commit f5bc2ee

Browse files
committed
black
1 parent 34eab63 commit f5bc2ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_seesaw/neopixel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
def const(x):
1919
return x
2020

21+
2122
### hack to make sure this module is not placed in root CIRCUITPY/lib folder
22-
if __file__.split('/')[-2] != 'adafruit_seesaw':
23+
if __file__.split("/")[-2] != "adafruit_seesaw":
2324
raise ImportError("seesaw neopixel being imported from wrong location")
2425

2526
__version__ = "0.0.0+auto.0"

0 commit comments

Comments
 (0)