Skip to content

Commit 7e124c3

Browse files
Apply pre-commit
1 parent 95f128d commit 7e124c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_serverapp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def test_resolve_file_to_run_and_root_dir(prefix_path, root_dir, file_to_run, ex
234234
"http://localhost:8888/?token=<generated>",
235235
"http://127.0.0.1:8888/?token=<generated>",
236236
"http://localhost:8888/",
237-
)
237+
),
238238
],
239239
)
240240
def test_urls(config, public_url, local_url, connection_url):

0 commit comments

Comments
 (0)