We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f2ebb commit 00bf060Copy full SHA for 00bf060
jupyter_drives/__init__.py
@@ -33,7 +33,6 @@ def _load_jupyter_server_extension(server_app):
33
JupyterLab application instance
34
"""
35
from .handlers import setup_handlers
36
- from .base import DrivesConfig
37
38
setup_handlers(server_app.web_app, server_app.config)
39
name = "jupyter_drives"
@@ -44,4 +43,4 @@ def get_manager(config: "traitlets.config.Config") -> "jupyter_drives.managers.J
44
43
"""Drives Manager factory"""
45
from .manager import JupyterDrivesManager
46
47
- return JupyterDrivesManager(config)
+ return JupyterDrivesManager(config)
0 commit comments