Skip to content

Add new shortcut for deleting all unused imports from the current file #17

@Ivo-Donchev

Description

@Ivo-Donchev

Example:

from module_x import (
    func_a,
    func_b
)

func_a()

Expected result:

from module_x import func_a


func_a()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions