Skip to content

Commit 9a05e12

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_proxy/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def cats_only(response, path):
267267
is given and progressive is None, the proxying will never be progressive. If progressive is a function,
268268
rewrite_response will only be called on requests where it returns False. Progressive takes precedence over
269269
rewrite_response when both are given!
270-
"""
270+
""",
271271
).tag(config=True)
272272

273273
update_last_activity = Bool(

0 commit comments

Comments
 (0)