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

View File

@@ -1,6 +1,5 @@
from __future__ import unicode_literals
from django.conf import settings
from django.contrib.auth import get_user_model
from django.contrib.auth.backends import ModelBackend