From 6bcca2d7ca6c92716157b8c2357441daf218eb55 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Fri, 17 Jun 2022 16:44:17 +0100 Subject: [PATCH] Satisfy MyPy --- cibuildwheel/windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuildwheel/windows.py b/cibuildwheel/windows.py index 8880d43f..7727fbae 100644 --- a/cibuildwheel/windows.py +++ b/cibuildwheel/windows.py @@ -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):