diff --git a/cibuildwheel/extra.py b/cibuildwheel/extra.py index a87ddfbd..9e8ae8ec 100644 --- a/cibuildwheel/extra.py +++ b/cibuildwheel/extra.py @@ -17,7 +17,7 @@ class Printable(Protocol): def dump_python_configurations( - inp: Mapping[str, Mapping[str, Sequence[Mapping[str, Printable]]]] + inp: Mapping[str, Mapping[str, Sequence[Mapping[str, Printable]]]], ) -> str: output = StringIO() for header, values in inp.items():