Skip to content

Link import statements #42

Closed
Closed
@felix-hilden

Description

@felix-hilden

Discussed in #29: we could also link import statements. It can only make things better. Let's do:

import mod.sub  # mod.sub
import mod.sub as s  # mod.sub, not "as s"
from mod.sub import foo as f  # foo, not "as f"
from mod.sub import *  # nothing linked

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions