Afshin Darian 7 tahun lalu
induk
melakukan
dd77f01852
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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')
     ]