Closed dmtucker closed 6 years ago
Can you share your flake8-import-order
config? Do you have backlog
listed as an application name? I think that solves this inconsistency.
I agree with @sigmavirus24 you likely need to configure flake8-import-order.
Ah, thank you both. Indeed, I have no configuration set... We can mark this invalid. Sorry for the false alarm.
If the top of
test_backlog.py
is:If I change it to this:
I tend to agree with Pylint here since it's consistent with how imports should be done in the package itself.