• FooBarrington@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    6 months ago

    It is, but I’d specifically like a rule that enforces this style of import over aliased imports. I.e. when importing a package, the order of importance is:

    1. Relative import (if on same or lower level)
    2. Aliased import (if in ancestor directory or different module)