Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[
pylint
] Remove check for dot in alias name in `useless-import-alia…
…s (PLC0414)` (#14345) Follow-up to #14287 : when checking that `name` is the same as `as_name` in `import name as as_name`, we do not need to first do an early return if `'.'` is found in `name`.
- Loading branch information