I have this code in VSCode:
import django
from models import Product
The problem is that when I save the file, VSCode change the code (somehow trying to beautify it):
from models import Product
import django
I had this Prettier extension, and I disabled it, but I still got the problem.