Skip to content

Commit f3d4b2f

Browse files
committed
Black fix
1 parent 1a5eed7 commit f3d4b2f

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
@@ -15,7 +15,7 @@
1515
import re
1616

1717
splitter = re.compile(r",\s*|\s+(?:,\s*)?").split
18-
mov_splitter = re.compile('!|~|::').split
18+
mov_splitter = re.compile("!|~|::").split
1919

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

0 commit comments

Comments
 (0)