PEP8 and code style cleanups.

This commit is contained in:
Roberto Rosario
2016-06-30 21:30:01 -04:00
parent aa56e8ae14
commit b6161e9d92
36 changed files with 38 additions and 84 deletions
-3
View File
@@ -1,8 +1,5 @@
from __future__ import unicode_literals
from django.contrib.auth import get_user_model
from django.test import override_settings
from rest_framework.test import APITestCase
from organizations.models import Organization