Closed Zac-HD closed 2 years ago
# isort: skip_file import json 1+2# should have spaces added
Isort skips the file by raising a special FileSkipComment exception, which shed needs to catch - currently this simple example triggers an internal error and doesn't format the file.
FileSkipComment
shed
Isort skips the file by raising a special
FileSkipComment
exception, whichshed
needs to catch - currently this simple example triggers an internal error and doesn't format the file.