Browse Source

remove unused import

Steven Silvester 6 years ago
parent
commit
35d23c8be2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/app/main.py

+ 1 - 1
examples/app/main.py

@@ -4,7 +4,7 @@
 from jupyterlab_server import LabServerApp, LabConfig
 from notebook.utils import url_path_join as ujoin
 import os
-from traitlets import Unicode, default
+from traitlets import Unicode
 
 HERE = os.path.dirname(__file__)