Skip to content

Commit eef0036

Browse files
committed
Remove unused import - flake8 issue
1 parent 340b21a commit eef0036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/services/contents/filemanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from traitlets import Bool, TraitError, Unicode, default, validate
1919

2020
from jupyter_server import _tz as tz
21-
from jupyter_server.base.handlers import AuthenticatedFileHandler, HTTPError
21+
from jupyter_server.base.handlers import AuthenticatedFileHandler
2222
from jupyter_server.transutils import _i18n
2323

2424
from .filecheckpoints import AsyncFileCheckpoints, FileCheckpoints

0 commit comments

Comments
 (0)