Address @asottile's review comments

This commit is contained in:
Ville Skyttä
2019-08-15 18:43:31 +03:00
parent c377830898
commit 38da98d2d6
2 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,6 @@ def _find_by_sys_executable():
def _get_default_version(): # pragma: no cover (platform dependent)
# First attempt from `sys.executable` (or the realpath)
exe = _find_by_sys_executable()