You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a blank line before the module's docstring (disregard the invisible character, I wasn't able to produce an empty first line in the code block without it):
"""module docstring"""
running isort -a "import os" file.py modifies it to:
importdocstring"""import os"""module
Am I doing something wrong or is this a bug?
isort==5.4.2
The text was updated successfully, but these errors were encountered:
Have a blank line before the module's docstring (disregard the invisible character, I wasn't able to produce an empty first line in the code block without it):
"""module docstring"""
running
isort -a "import os" file.py
modifies it to:Am I doing something wrong or is this a bug?
isort==5.4.2
The text was updated successfully, but these errors were encountered: