From 2edb33662b46f6012785b57f3f249587412cd865 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 26 Jun 2020 20:22:49 +0100 Subject: [PATCH] Import organisation --- cibuildwheel/bashlex_eval.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cibuildwheel/bashlex_eval.py b/cibuildwheel/bashlex_eval.py index c055a0a6..f4f0641d 100644 --- a/cibuildwheel/bashlex_eval.py +++ b/cibuildwheel/bashlex_eval.py @@ -1,11 +1,9 @@ import shlex import subprocess - -from typing import Dict, NamedTuple, Callable, Optional, List, Sequence +from typing import Callable, Dict, List, NamedTuple, Optional, Sequence import bashlex # type: ignore - # a function that takes a shell command and the environment, and returns the result EnvironmentExecutor = Callable[[str, Dict[str, str]], str]