Update cibuildwheel/bashlex_eval.py
This commit is contained in:
@@ -3,7 +3,7 @@ from typing import Callable, Dict, List, NamedTuple, Optional, Sequence
|
|||||||
|
|
||||||
import bashlex # type: ignore
|
import bashlex # type: ignore
|
||||||
|
|
||||||
# a function that takes a shell command and the environment, and returns the result
|
# a function that takes a command and the environment, and returns the result
|
||||||
EnvironmentExecutor = Callable[[List[str], Dict[str, str]], str]
|
EnvironmentExecutor = Callable[[List[str], Dict[str, str]], str]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user