This commit is contained in:
pagedown
2021-12-09 11:57:17 +08:00
parent 02a7316342
commit 5d1f58427e

View File

@@ -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: