Skip to content

Commit e27816c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4917cfe commit e27816c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jupyter_server/serverapp.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -2857,7 +2857,9 @@ def running_server_info(self, kernel_count: bool = True) -> str:
28572857
info += kernel_msg % n_kernels
28582858
info += "\n"
28592859
# Format the info so that the URL fits on a single line in 80 char display
2860-
info += _i18n("Jupyter Server {ServerApp.version} is running at:\n{self.display_url}").format()
2860+
info += _i18n(
2861+
"Jupyter Server {ServerApp.version} is running at:\n{self.display_url}"
2862+
).format()
28612863
if self.gateway_config.gateway_enabled:
28622864
info += (
28632865
_i18n("\nKernels will be managed by the Gateway server running at:\n%s")

0 commit comments

Comments
 (0)