Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: flake8 "undefined name" errors #1994

Closed
wants to merge 1 commit into from
Closed

Commits on Dec 11, 2022

  1. Fix: flake8 "undefined name" errors

    which is the more serious group of errors.
    
    Errors generated by:
      python -m flake8 . --ignore=W,E,F403,F405 --exclude=build | grep "undefined name"
    
    
    Except
      .\pywin32_postinstall.py:692:15: F821 undefined name 'argparse'
    which is fixed in an extra commit.
    kxrob committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    745531f View commit details
    Browse the repository at this point in the history