Skip to content

No new-line between third-party and application? #204

@fossum

Description

@fossum

Error Message:

Additional newline in a group of imports. 'from sel.aft_shared.reference_model.reference_model import REF_MOD_EXE, ReferenceModel' is identified as Application and 'from sel.aft.automation import Driver' is identified as Third Party.Flake8(I202)

setup.cfg snippet:

[flake8]
application_import_names = sel.aft_shared

Code Snippet:

from sel.aft.automation import Driver

from sel.aft_shared.reference_model.reference_model import REF_MOD_EXE, ReferenceModel

import-order==0.18.1-2

Given the above error, configuration and code; why is it giving me this error? If one is assumed third-party and the other is application, shouldn't they be in separate groups?

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