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 Dec 22, 2022
1 parent ce1b4ce commit 891213b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jupyter_resource_usage/server_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ def load_jupyter_server_extension(server_app):
".*$",
[
(
url_path_join(base_url, "/api/metrics/v1/kernel_usage", r"get_usage/(.+)$"),
url_path_join(
base_url, "/api/metrics/v1/kernel_usage", r"get_usage/(.+)$"
),
KernelUsageHandler,
)
],
Expand Down

0 comments on commit 891213b

Please sign in to comment.