Skip to content

Commit bfbd002

Browse files
committed
run black
1 parent f25d17a commit bfbd002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pioasm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import array
1515
import re
1616

17-
splitter = re.compile(r',\s*|\s+(?:,\s*)?').split
17+
splitter = re.compile(r",\s*|\s+(?:,\s*)?").split
1818

1919
__version__ = "0.0.0-auto.0"
2020
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PIOASM.git"

0 commit comments

Comments
 (0)