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
This means VSCode is sorting the third-party imports together with my local app imports alphabetically. However, according to the imports section on PEP8, there should be a blank line between:
Steps to Reproduce:
Let's say I write the following imports when creating a Django app.
After I run the
Sort Imports
command, the output is:This means VSCode is sorting the third-party imports together with my local app imports alphabetically. However, according to the imports section on PEP8, there should be a blank line between:
Therefore, the desired output would be:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: