mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -46,7 +46,9 @@ _env_stop_duration_buckets = os.environ.get(
|
||||
).strip()
|
||||
|
||||
if _env_spawn_duration_buckets:
|
||||
spawn_duration_buckets = [float(_s) for _s in _env_spawn_duration_buckets.split(",")]
|
||||
spawn_duration_buckets = [
|
||||
float(_s) for _s in _env_spawn_duration_buckets.split(",")
|
||||
]
|
||||
else:
|
||||
spawn_duration_buckets = [
|
||||
0.5,
|
||||
|
Reference in New Issue
Block a user