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 Feb 11, 2025
1 parent 4917cfe commit e27816c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jupyter_server/serverapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2857,7 +2857,9 @@ def running_server_info(self, kernel_count: bool = True) -> str:
info += kernel_msg % n_kernels
info += "\n"
# Format the info so that the URL fits on a single line in 80 char display
info += _i18n("Jupyter Server {ServerApp.version} is running at:\n{self.display_url}").format()
info += _i18n(
"Jupyter Server {ServerApp.version} is running at:\n{self.display_url}"
).format()
if self.gateway_config.gateway_enabled:
info += (
_i18n("\nKernels will be managed by the Gateway server running at:\n%s")
Expand Down

0 comments on commit e27816c

Please sign in to comment.