Fixing up flake8

This commit is contained in:
Matthew Jones
2015-11-30 11:13:37 -05:00
parent d662726f8c
commit 5d3da1460f
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import logging
import threading
import uuid
from django.contrib.auth.models import User, AnonymousUser
from django.contrib.auth.models import User
from django.db.models.signals import post_save
from django.db import IntegrityError
from django.http import HttpResponseRedirect