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

adsi: avoid usage from star import and avoid global reassignement overrides #2186

Merged

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Feb 27, 2024

As title says.

Split off from #2102 for ease of review.
Checkers no longer think the symbols are potentially unbound (because of the * import from a pyd that doesn,t exist at development).
Also avoids global name reassignement for cleaner overrides.

@Avasam Avasam force-pushed the adsi-avoid-star-usage-and-global-override branch from 8cc2624 to eef98a1 Compare February 27, 2024 20:48
Copy link
Owner

@mhammond mhammond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@mhammond mhammond merged commit bd65ce8 into mhammond:main Feb 27, 2024
16 checks passed
@Avasam Avasam deleted the adsi-avoid-star-usage-and-global-override branch February 27, 2024 21:41
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