good first issuehelp wanted
仓库指标
- Star
- (711 star)
- PR 合并指标
- (PR 指标待抓取)
描述
For example:
from example.fixit_ex import ExampleClass as ExampleClass
Should be:
from example.fixit_ex import ExampleClass
Because using as with the same resulting name is a no-operation action.