...
This commit is contained in:
parent
02a7316342
commit
5d1f58427e
1 changed files with 0 additions and 1 deletions
|
|
@ -535,7 +535,6 @@ def get_editor_from_env(env: Mapping[str, str]) -> Optional[str]:
|
|||
|
||||
def get_editor_from_env_vars(opts: Optional[Options] = None) -> List[str]:
|
||||
import shlex
|
||||
import shutil
|
||||
|
||||
editor = get_editor_from_env(os.environ)
|
||||
if not editor:
|
||||
|
|
|
|||
Loading…
Reference in a new issue