Import organisation
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
import shlex
|
import shlex
|
||||||
import subprocess
|
import subprocess
|
||||||
|
from typing import Callable, Dict, List, NamedTuple, Optional, Sequence
|
||||||
from typing import Dict, NamedTuple, Callable, Optional, List, 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 shell command and the environment, and returns the result
|
||||||
EnvironmentExecutor = Callable[[str, Dict[str, str]], str]
|
EnvironmentExecutor = Callable[[str, Dict[str, str]], str]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user