Skip to content

Avoid import error on flake8-import-order 0.17 version #2

New issue

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

Merged
merged 3 commits into from
Feb 12, 2018

Conversation

ipdae
Copy link
Contributor

@ipdae ipdae commented Feb 12, 2018

    from flake8_import_order import (IMPORT_3RD_PARTY, IMPORT_APP,
E   ImportError: cannot import name IMPORT_3RD_PARTY```

@ipdae ipdae requested a review from dahlia February 12, 2018 01:26
setup.py Outdated
@@ -23,7 +23,7 @@ def readme():
maintainer_email='dev' '@' 'spoqa.com',
license='GPLv3 or later',
py_modules=['flake8_import_order_spoqa'],
install_requires=['flake8-import-order >= 0.16'],
install_requires=['flake8-import-order <= 0.16'],
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고정할거라면 == 로 하고 이유 적어두는게 나을 듯 하네요.

setup.py Outdated
@@ -23,7 +23,7 @@ def readme():
maintainer_email='dev' '@' 'spoqa.com',
license='GPLv3 or later',
py_modules=['flake8_import_order_spoqa'],
install_requires=['flake8-import-order >= 0.16'],
install_requires=['flake8-import-order <= 0.16'],
Copy link
Contributor

@kanghyojun kanghyojun Feb 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it better to fix the version of flake8-import-order to 0.16? And write some "FIXME" comment about why the version of flake8-import-order is fixed.

And I think it would be nice to fix flake8-import-order-spoqa works on the newer version of flake8-import-order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants