-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[CodeStyle][W291] trim trailing whitespace in python file #45937
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][W291] trim trailing whitespace in python file #45937
Conversation
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.
LGTM
https://xly.bce.baidu.com/paddlepaddle/paddle/newipipe/detail/6580153/job/18299804
Paddle/python/paddle/fluid/layers/nn.py Lines 6858 to 6865 in 9f5b083
请 @SigureMo 单独开一个issue,整理下这些问题,待文档修复小组看如何修改。
请 @Ligoml 审核下 |
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.
LGTM for docs
该PR仅修复了py文件的行末多余空格,可以在后续PR中修复其他类型文件的行末多余空格。
原因是:
|
@SigureMo 请解决下冲突 |
48adf73
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.
LGTM
PR types
Others
PR changes
Others
Describe
本 PR merge 后应可 merge #44474