Skip to content

Commit 00bf060

Browse files
committed
remove unused imports
1 parent 72f2ebb commit 00bf060

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jupyter_drives/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def _load_jupyter_server_extension(server_app):
3333
JupyterLab application instance
3434
"""
3535
from .handlers import setup_handlers
36-
from .base import DrivesConfig
3736

3837
setup_handlers(server_app.web_app, server_app.config)
3938
name = "jupyter_drives"
@@ -44,4 +43,4 @@ def get_manager(config: "traitlets.config.Config") -> "jupyter_drives.managers.J
4443
"""Drives Manager factory"""
4544
from .manager import JupyterDrivesManager
4645

47-
return JupyterDrivesManager(config)
46+
return JupyterDrivesManager(config)

0 commit comments

Comments
 (0)