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
The text was updated successfully, but these errors were encountered:
yash0307jain
changed the title
iSort repeating the last line of code when adding new line between imports
bug: iSort repeating the last line of code when adding new line between imports
Nov 9, 2024
When I am trying to use isort in this particular code
After saving the file when iSort runs then it is giving this code
It add the last of code, due to which admin.site.register(Category) appears twice in the end.
My vscode isort config:
How to fix this issue?
The text was updated successfully, but these errors were encountered: