[CodeStyle][isort] introduce isort (part6) #48522
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR types
Others
PR changes
Others
Describe
引入 isort 第六部分,主要是前几个 PR 因为避免冲突而 revert 掉的一些文件,以及本 PR 修改配置文件以阻止前几个 PR 修改部分出现增量
剩余的 TODOs(后续 PR):
python/paddle/fluid/dygraph/dygraph_to_static
现python/paddle/jit
目录),目前正在迁移,且目前貌似有隐式循环依赖(fluid 内外的动转静模块之间),导致直接 sort 会出现模块找不到的问题,待全部迁移完成后再单独提 PR sortRelated links
isort
(part1) #46475