[`pylint`] Remove check for dot in alias name in `useless-import-alias (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`.