diff --git a/cibuildwheel/macos.py b/cibuildwheel/macos.py index e477bece..77c2d548 100644 --- a/cibuildwheel/macos.py +++ b/cibuildwheel/macos.py @@ -8,12 +8,10 @@ import tempfile from pathlib import Path from typing import Any, Dict, List, NamedTuple, Optional, Sequence, Set, Tuple, cast -from typing_extensions import Literal - from .architecture import Architecture from .environment import ParsedEnvironment from .logger import log -from .typing import PathOrStr +from .typing import Literal, PathOrStr from .util import ( BuildOptions, BuildSelector,