Skip to content

Formating imports #203

@noisy

Description

@noisy

Is there a way to format imports from:

from a_very_long_or_indented_module_name_yada_yad import (long_argument_1,
                                                        long_argument_2,
                                                        long_argument_3)

to

from a_very_long_or_indented_module_name_yada_yad import (
    long_argument_1,
    long_argument_2,
    long_argument_3
)

?

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