-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
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
Labels
No labels