Skip to content

Redundant imports are inserted for import six.moves.urllib.error + request #196

Open
@belugame

Description

@belugame

In a low number of my big project modernize inserts redundant imports for modules that are not used in the file. E.g. these three imports are added while only parse is actually needed

import six.moves.urllib.error
import six.moves.urllib.parse
import six.moves.urllib.request

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions