Skip to content

Commit 5db3b81

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

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
1010

1111
### Enhancements made
1212

13-
- If ServerApp.ip is ipv6 use [::1] as local_url [#1495](https://github.com/jupyter-server/jupyter_server/pull/1495) ([@manics](https://github.com/manics))
13+
- If ServerApp.ip is ipv6 use \[::1\] as local_url [#1495](https://github.com/jupyter-server/jupyter_server/pull/1495) ([@manics](https://github.com/manics))
1414
- Don't hide .so,.dylib files by default [#1457](https://github.com/jupyter-server/jupyter_server/pull/1457) ([@nokados](https://github.com/nokados))
1515
- Add async start hook to ExtensionApp API [#1417](https://github.com/jupyter-server/jupyter_server/pull/1417) ([@Zsailer](https://github.com/Zsailer))
1616

jupyter_server/serverapp.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2359,9 +2359,7 @@ def _get_urlparts(
23592359
)
23602360
return urlparts
23612361

2362-
def _customize_url(
2363-
self, parts: type[urllib.parse.ParseResult]
2364-
) -> urllib.parse.ParseResult:
2362+
def _customize_url(self, parts: type[urllib.parse.ParseResult]) -> urllib.parse.ParseResult:
23652363
# Update with custom pieces.
23662364
if self.custom_display_url:
23672365
# Parse custom display_url

0 commit comments

Comments
 (0)