Skip to content

isort copies comments across imports #2282

Open
@nicolasstucki

Description

Given this file,

from foo import a, b  # comment
from foo import c as d
from foo import e

the result of isort is

from foo import a, b  # comment
from foo import c as d
from foo import e  # comment

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