mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
pre-commit: manual adjustments following black
This commit is contained in:
@@ -187,8 +187,8 @@ def ensure_host_system_can_install_tljh():
|
||||
return (
|
||||
subprocess.check_output(
|
||||
[
|
||||
'/bin/bash',
|
||||
'-c',
|
||||
"/bin/bash",
|
||||
"-c",
|
||||
"source /etc/os-release && echo ${{{key}}}".format(key=key),
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user