Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisaCG committed Nov 18, 2024
1 parent 72f2ebb commit 00bf060
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jupyter_drives/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def _load_jupyter_server_extension(server_app):
JupyterLab application instance
"""
from .handlers import setup_handlers
from .base import DrivesConfig

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

return JupyterDrivesManager(config)
return JupyterDrivesManager(config)

0 comments on commit 00bf060

Please sign in to comment.