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
$ pip install 'isort<5' darker==1.2.4 $ darker --isort . Traceback (most recent call last): File "bin/darker", line 5, in <module> from darker.__main__ import main File "darker/__main__.py", line 23, in <module> from darker.import_sorting import apply_isort, isort File "darker/import_sorting.py", line 21, in <module> isort_code = getattr(isort, "code") AttributeError: module 'isort' has no attribute 'code'
The text was updated successfully, but these errors were encountered:
akaihola
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: