Skip to content

Commit caafce3

Browse files
flake8 fixes
1 parent 651c368 commit caafce3

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
@@ -3,7 +3,7 @@
33

44
# Third Party Stuff
55
from django.contrib.auth.decorators import login_required
6-
from django.shortcuts import render, get_object_or_404
6+
from django.shortcuts import render
77
from django.views.decorators.http import require_http_methods
88
from django.http import HttpResponseRedirect
99
from django.core.urlresolvers import reverse

0 commit comments

Comments
 (0)