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 -1
View File
@@ -1,6 +1,6 @@
from envelope.forms import ContactForm
from crispy_forms.helper import FormHelper
from crispy_forms.layout import Submit
from envelope.forms import ContactForm
class ContactForm(ContactForm):
-1
View File
@@ -1,3 +1,2 @@
# from django.test import TestCase
# Create your tests here.
+1 -2
View File
@@ -1,7 +1,6 @@
from braces.views import FormMessagesMixin
from envelope.views import ContactView
from django.utils.translation import ugettext_lazy as _
from envelope.views import ContactView
from .forms import ContactForm