Afshin Darian 7 anos atrás
pai
commit
dd77f01852
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      setupbase.py

+ 2 - 1
setupbase.py

@@ -161,7 +161,8 @@ class CoreDeps(Command):
 
     # Representative files that should exist after a successful core setup
     targets = [
-        pjoin(here, 'jupyterlab', 'schemas', '@jupyterlab', 'shortcuts-extension', 'plugin.json'),
+        pjoin(here, 'jupyterlab', 'schemas', '@jupyterlab',
+            'shortcuts-extension', 'plugin.json'),
         pjoin(here, 'jupyterlab', 'themes', 'jupyterlab-theme-light-extension',
             'images', 'jupyterlab.svg')
     ]