PEP8 updates.

This commit is contained in:
Roberto Rosario
2015-10-19 01:27:26 -04:00
parent e57080b06d
commit bfe621ba89
6 changed files with 11 additions and 11 deletions
-1
View File
@@ -1,7 +1,6 @@
from __future__ import unicode_literals
from django.contrib.auth.models import User
from django.core.files import File
from django.core.urlresolvers import reverse
from django.test.client import Client
from django.test import TestCase