Reorder all imports

This commit is contained in:
2019-08-19 23:53:34 +02:00
parent 73fe51ba9c
commit 3e5b41de1d
103 changed files with 240 additions and 160 deletions

View File

@ -1,3 +1,2 @@
# from django.contrib import admin
# Register your models here.

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):

View File

@ -1,3 +1,2 @@
# from django.db import models
# Create your models here.

View File

@ -1,3 +1,2 @@
# from django.test import TestCase
# Create your tests here.