Skip to content

Commit a1c061b

Browse files
committed
isort
1 parent 7348d1b commit a1c061b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testapp/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from django.http import HttpResponseRedirect
22
from django.shortcuts import render
33

4-
from .forms import TelForm, TelFormAttrs, TwoTelForm, TelFormNoInit
4+
from .forms import TelForm, TelFormAttrs, TelFormNoInit, TwoTelForm
55

66

77
def home(request):

0 commit comments

Comments
 (0)