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
Hello,
Below you will find an extract of my terminal where I used @redacted@ each time I replaced a consecutive substring at the same position.
$ isort --version _ _ (_) ___ ___ _ __| |_ | |/ _/ / _ \/ '__ _/ | |\__ \/\_\/| | | |_ |_|\___/\___/\_/ \_/ isort your imports, so you don't have to. VERSION 5.13.2 @redacted@$ cat test_isort.py # pylint: disable-next=import-error from django.conf import settings # pylint: disable-next=import-error from django.core.cache import cache, caches # pylint: disable-next=import-error from django.test import TestCase @redacted@$ isort test_isort.py Fixing /@redacted@/test_isort.py @redacted@$ cat test_isort.py # pylint: disable-next=import-error from django.conf import settings # pylint: disable-next=import-error from django.core.cache import cache, caches # pylint: disable-next=import-error from django.test import TestCase
I saw a similar issue, but not the same issue, here: #1322 But it has already been solved
Best regards, Laurent Lyaudet
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Below you will find an extract of my terminal where I used @redacted@
each time I replaced a consecutive substring at the same position.
I saw a similar issue, but not the same issue, here:
#1322
But it has already been solved
Best regards,
Laurent Lyaudet
The text was updated successfully, but these errors were encountered: