We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue related with #2.
Since IMPORT_3RD_PARTY were removed from flake8-import-order == 0.17 (it brokes backward compatibility :( ), flake8-import-order-spoqa were failed to import it ( https://github.com/spoqa/flake8-import-order-spoqa/blob/master/flake8_import_order_spoqa.py#L5 ). So we have to fix it.
IMPORT_3RD_PARTY
flake8-import-order == 0.17
flake8-import-order-spoqa
The text was updated successfully, but these errors were encountered:
6582869
dahlia
No branches or pull requests
This issue related with #2.
Since
IMPORT_3RD_PARTY
were removed fromflake8-import-order == 0.17
(it brokes backward compatibility :( ),flake8-import-order-spoqa
were failed to import it ( https://github.com/spoqa/flake8-import-order-spoqa/blob/master/flake8_import_order_spoqa.py#L5 ). So we have to fix it.The text was updated successfully, but these errors were encountered: