You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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?
The text was updated successfully, but these errors were encountered:
Error Message:
setup.cfg snippet:
Code Snippet:
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?
The text was updated successfully, but these errors were encountered: