Reorder all imports

This commit is contained in:
2019-08-20 00:10:20 +02:00
parent 73fe51ba9c
commit 3e5b41de1d
103 changed files with 240 additions and 160 deletions
-1
View File
@@ -1,3 +1,2 @@
# from django.contrib import admin
# Register your models here.
+1 -1
View File
@@ -1,5 +1,5 @@
from django.forms import ModelForm
from django.contrib.auth import get_user_model
from django.forms import ModelForm
class UpdateProfile(ModelForm):
-1
View File
@@ -1,3 +1,2 @@
# from django.db import models
# Create your models here.
-1
View File
@@ -1,3 +1,2 @@
# from django.test import TestCase
# Create your tests here.