Satisfy MyPy

This commit is contained in:
Steve Dower
2022-06-17 16:44:17 +01:00
parent ea559af808
commit 6bcca2d7ca
+1 -1
View File
@@ -121,7 +121,7 @@ def setup_setuptools_cross_compile(
python_configuration: PythonConfiguration,
python_libs_base: Path,
env: Dict[str, str],
):
) -> None:
# We write to distutils_cfg for distutils-based builds because we know we
# currently don't have one (unless it's our own from a previous build)
for p in env["PATH"].split(os.pathsep):