-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[CodeStyle][task 39] enable isort in python/paddle/base
(part1)
#57413
Conversation
看错了,以为 |
python/paddle/base
#57388 F401 已经合入,可以重做一下这个 PR 了~ |
Done |
冲突了 😂 |
python/paddle/base
python/paddle/base
(part1)
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.
LGTMeow 🐾
剩下的两个文件可以新提 PR 解决,如果只有 python/paddle/base/framework.py
有问题可以考虑在文件内用 # isort: skip_file
,同 python/paddle/jit/api.py
中的处理方式,可以手动大致 sort 一下
这个 PR 是 isort 的 part1
好的^v^ |
…ddlePaddle#57413) * enable isort rule in python/paddle/base * fix bug * fix bug * fix bug
…ddlePaddle#57413) * enable isort rule in python/paddle/base * fix bug * fix bug * fix bug
…ddlePaddle#57413) * enable isort rule in python/paddle/base * fix bug * fix bug * fix bug
…ddlePaddle#57413) * enable isort rule in python/paddle/base * fix bug * fix bug * fix bug
PR types
Others
PR changes
Others
Description
enable isort rule in python/paddle/base
paddle.base
check #57367