mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
Remove unused setup command
This commit is contained in:
parent
80db07a5e2
commit
d09cc9f5ed
@ -527,7 +527,6 @@ def css_js_prerelease(command, strict=False):
|
||||
try:
|
||||
self.distribution.run_command('css')
|
||||
self.distribution.run_command('js')
|
||||
self.distribution.run_command('lab')
|
||||
except Exception as e:
|
||||
# refresh missing
|
||||
missing = [ t for t in targets if not os.path.exists(t) ]
|
||||
|
Loading…
Reference in New Issue
Block a user