From 56653f3b4c91d2c6d00f5b4d41d917af5c09a5b0 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 30 Jan 2021 12:42:42 +0000 Subject: [PATCH] Fix typing import --- cibuildwheel/macos.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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,