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(python): update analyzer for import statements #1592

Merged
merged 2 commits into from
May 14, 2024

Conversation

elsapet
Copy link
Contributor

@elsapet elsapet commented May 14, 2024

Description

Catch things like

import foo as bar
from baz import foo as bar

import foo.bar 
import a, b, c

from baz import Something as SomethingElse

Checklist

If this is your first time contributing please sign the CLA

  • I've added test coverage that shows my fix or feature works as expected.
  • I've updated or added documentation if required.

@elsapet elsapet changed the title fix(python): update analyzer forimport statements fix(python): update analyzer for import statements May 14, 2024
@elsapet elsapet requested a review from didroe May 14, 2024 08:44
@elsapet elsapet force-pushed the fix/python/update-analyzer-for-import-statements branch from e0e3fc6 to 52a5333 Compare May 14, 2024 10:24
@elsapet elsapet force-pushed the fix/python/update-analyzer-for-import-statements branch from 52a5333 to 55e61d4 Compare May 14, 2024 14:25
@elsapet elsapet merged commit 7ecf89c into main May 14, 2024
9 checks passed
@elsapet elsapet deleted the fix/python/update-analyzer-for-import-statements branch May 14, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants