Skip to content
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

inliner not compatible with current isort 5.0.0 #2

Open
loupiote opened this issue Jun 16, 2021 · 0 comments
Open

inliner not compatible with current isort 5.0.0 #2

loupiote opened this issue Jun 16, 2021 · 0 comments

Comments

@loupiote
Copy link

inliner is not compatible with current isort 5.0.0

Traceback (most recent call last):
[...]
File "/usr/local/lib/python3.9/site-packages/inliner/init.py", line 1, in
from .inliner import Inliner
File "/usr/local/lib/python3.9/site-packages/inliner/inliner.py", line 7, in
from .passes import (PASSES, CleanImportsPass, CopyPropagationPass,
File "/usr/local/lib/python3.9/site-packages/inliner/passes/init.py", line 6, in
from .clean_imports import CleanImportsPass
File "/usr/local/lib/python3.9/site-packages/inliner/passes/clean_imports.py", line 2, in
from isort import SortImports
ImportError: cannot import name 'SortImports' from 'isort' (/usr/local/lib/python3.9/site-packages/isort/init.py)

See related bug report:

PyCQA/isort#1273

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

No branches or pull requests

1 participant