Skip to content

Commit 0316b70

Browse files
flake8 fixes
1 parent 70b86fe commit 0316b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junction/profiles/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ def profile(request):
3636
Profile.objects.create(user=request.user, city=city, contact_no=contact_no)
3737
return HttpResponseRedirect("/profiles")
3838

39-
elif request.method=="GET":
39+
elif request.method == "GET":
4040
return render(request, 'profiles/userprofile.html')

0 commit comments

Comments
 (0)