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

PR: move special case from walk to _ScopeVisitor._ImportFrom #538

Merged
merged 8 commits into from Nov 29, 2022
Merged

PR: move special case from walk to _ScopeVisitor._ImportFrom #538

merged 8 commits into from Nov 29, 2022

Commits on Nov 26, 2022

  1. Copy the full SHA
    768f481 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f6d3a1d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Copy the full SHA
    24fea18 View commit details
    Browse the repository at this point in the history
  2. Remove patching of ImportFrom.module

    Previously, we were patching the AST here to set ImportFrom.module to
    empty string as a workaround for normalizing AST differences with Python 2.
    
    We no longer support Python 2, so this is no longer necessary.
    lieryan committed Nov 28, 2022
    Copy the full SHA
    4deb7f2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    48fe4d3 View commit details
    Browse the repository at this point in the history
  4. Remove outdated comments

    lieryan committed Nov 28, 2022
    Copy the full SHA
    561b2bb View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Copy the full SHA
    2aaa954 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2f380ec View commit details
    Browse the repository at this point in the history