Skip to content

Commit 17b5038

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 57f98c8 commit 17b5038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from jupyter_server.utils import url_path_join as ujoin
22

3+
from ._version import __version__
34
from .api import IconHandler, ServersInfoHandler
45
from .config import ServerProxy as ServerProxyConfig
56
from .config import get_entrypoint_server_processes, make_handlers, make_server_process
67
from .handlers import setup_handlers
7-
from ._version import __version__
88

99

1010
# Jupyter Extension points

0 commit comments

Comments
 (0)