mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
flake8 fixes: unused imports and f-strings without vars
This commit is contained in:
2
.github/integration-test.py
vendored
2
.github/integration-test.py
vendored
@@ -104,7 +104,7 @@ def run_test(image_name, test_name, bootstrap_pip_spec, test_files, upgrade, ins
|
||||
if upgrade:
|
||||
run_container_command(
|
||||
test_name,
|
||||
f'curl -L https://tljh.jupyter.org/bootstrap.py | python3 -'
|
||||
'curl -L https://tljh.jupyter.org/bootstrap.py | python3 -'
|
||||
)
|
||||
|
||||
run_container_command(
|
||||
|
||||
Reference in New Issue
Block a user