This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7be1f77902
circuitpython
/
extmod
/
webrepl
/
manifest.py
2 lines
71 B
Python
Raw
Normal View
History
Unescape
Escape
all: Update Python code to conform to latest black formatting. Updating to Black v20.8b1 there are two changes that affect the code in this repository: - If there is a trailing comma in a list (eg [], () or function call) then that list is now written out with one line per element. So remove such trailing commas where the list should stay on one line. - Spaces at the start of """ doc strings are removed. Signed-off-by: Damien George <damien@micropython.org>
2020-08-29 01:14:29 -04:00
freeze
(
"
.
"
,
(
"
webrepl.py
"
,
"
webrepl_setup.py
"
,
"
websocket_helper.py
"
)
)