Skip to content

Commit

Permalink
fix managers import in handlers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisaCG committed Nov 6, 2023
1 parent 25f7c88 commit dcaaf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_drives/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .base import MANAGERS, DrivesConfig
from .log import get_logger
from managers.manager import JupyterDrivesManager
from .managers.manager import JupyterDrivesManager

NAMESPACE = "jupyter-drives"

Expand Down

0 comments on commit dcaaf00

Please sign in to comment.