-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
gh-133656: Remove unused import in Lib/zipimport.py
#140325
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
gh-133656: Remove unused import in Lib/zipimport.py
#140325
Conversation
Signed-off-by: yihong0618 <[email protected]>
|
Last usage was removed in 5c6937a |
StanFromIreland
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On lines 13 and 14 we have two commented out imports that exist since the module's Python re-write. I think we can remove them too.
Signed-off-by: yihong0618 <[email protected]>
thanks and deleted |
Lib/zipimport.py
|
Thanks! |
also drop the import and maybe a tiny performance up(
can skip news
zipimport.zipimporter.load_module#133656