diff --git a/cibuildwheel/windows.py b/cibuildwheel/windows.py index fe0d943f..526dfa57 100644 --- a/cibuildwheel/windows.py +++ b/cibuildwheel/windows.py @@ -203,7 +203,7 @@ def setup_rust_cross_compile( else: log.warning( "Unable to configure Rust cross-compilation for architecture '%s'", - python_configuration.arch + python_configuration.arch, ) diff --git a/test/test_windows.py b/test/test_windows.py index ac3d5ba0..081272f5 100644 --- a/test/test_windows.py +++ b/test/test_windows.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import textwrap import pytest