Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 7, 2023
1 parent 8c6b8e4 commit 841e047
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jupyter_server/extension/handler.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
"""An extension handler."""
from __future__ import annotations

from logging import Logger
from typing import TYPE_CHECKING, Any, cast

from jinja2.exceptions import TemplateNotFound

from jupyter_server.base.handlers import FileFindHandler

if TYPE_CHECKING:
from logging import Logger

from traitlets.config import Config

from jupyter_server.extension.application import ExtensionApp
Expand Down

0 comments on commit 841e047

Please sign in to comment.