-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Relative to absolute imports, del lazy_import
in .all
files
#38030
Relative to absolute imports, del lazy_import
in .all
files
#38030
Conversation
…print); do sed -i.bak "/from *[.].*import/s/from /from $(echo $d | sed 's,/,.,g')/;s/[.] import / import /;" $d/all*.py; done)
Already reviewed 6 months ago in #36676 |
Documentation preview for this PR (built with commit e3bd5b0; changes) is ready! 🎉 |
It looks good. As long as it passes tests, feel free to set a positive review on my behalf. Some all.py files do not have |
Yes, here I have only picked those |
Right, but I also meant files like combinat/all.py which are changed here. But again, those can wait. |
Right, thanks. |
📝 Checklist
⌛ Dependencies