diff options
Diffstat (limited to 'tools/third_party.py')
-rw-r--r-- | tools/third_party.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/third_party.py b/tools/third_party.py index 2e7de23b4..d6c97f13b 100644 --- a/tools/third_party.py +++ b/tools/third_party.py @@ -161,7 +161,6 @@ def run_pip(): merge_env=pip_env) # Get yapf. - # Install pywin32. run([ sys.executable, "-m", "pip", "install", "--upgrade", "--target", python_packages_path, "yapf" |