Skip to content

Commit 58c16bb

Browse files
committed
Format using format-incremental
1 parent 2261d5e commit 58c16bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dev_tools/requirements/run-pip-compiles.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ def pip_compile(env_name: str, env_recipe: EnvRecipe, env_out_dir: str, constrai
103103
# The following is a transitive dependency that should only be
104104
# installed for Python < 3.11. It doesn't need to be in the
105105
# requirements files we produce, so tell pip-compile to omit it.
106-
"--unsafe-package", "backports.asyncio.runner",
106+
"--unsafe-package",
107+
"backports.asyncio.runner",
107108
]
108109
+ dep_args
109110
)

0 commit comments

Comments
 (0)