Skip to content

standardize from module import #4

@luisaforozco

Description

@luisaforozco

I think we should avoid using from module import X and then using directly X in the code.

Alternatively, we can either use: import module as M or simply import module. This would increase clarity (i.e. where is that method X defined?)

What do you think @APJansen ?

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