Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 11, 2024
1 parent deab59d commit 0878fd0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion jupyter_server_proxy/standalone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
from tornado import ioloop
from tornado.httpserver import HTTPServer
from tornado.log import app_log
from .proxy import make_app, get_port_from_env, configure_http_client, get_ssl_options, start_keep_alive

from .proxy import (
configure_http_client,
get_port_from_env,
get_ssl_options,
make_app,
start_keep_alive,
)


def run(
command: list[str],
Expand Down

0 comments on commit 0878fd0

Please sign in to comment.