-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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][ruff] clean some F401 step: 6 #59584
Conversation
# Conflicts: # python/paddle/__init__.py
@@ -26,7 +27,7 @@ | |||
} | |||
|
|||
|
|||
class AudioClassificationDataset(paddle.io.Dataset): | |||
class AudioClassificationDataset(Dataset): |
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.
这里是为啥呢?原来的完全是动态的 getattr,应该不会造成 circluar import?
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.
回滚了
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.
PR types
Others
PR changes
Others
Description
清理一些
# noqa: F401
存量,整理相关__init__.py
相关链接:
#noqa: F401
step: 1 #57860PGH004
#57941python/paddle/__init__.py
#57682F401
step: 2 #57970