Closed dirk-thomas closed 8 years ago
One remaining question: should the style imply any preference on names which are identical beside case differences? E.g. from foo import bar
vs. from foo import Bar
. Currently it only enforces an "unstable" sort - so any order of such two lines is valid.
Closing as a duplicate of #94. The question from this ticket is still relevant though. Also this patch uses a slightly different style (one less line wrap) if that is of any interest.
This patch resolves the problem reported in https://github.com/PyCQA/flake8-import-order/issues/80#issuecomment-254607840