This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ecb36d2439
micropython
/
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 06:14:29 +01:00
freeze
(
"
.
"
,
(
"
webrepl.py
"
,
"
webrepl_setup.py
"
,
"
websocket_helper.py
"
)
)