Skip to content

Commit

Permalink
updated models for pep8 convention
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrastogi16 committed Nov 28, 2016
1 parent 63bf130 commit d7de9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions secure_login/models.py
@@ -1,9 +1,9 @@
from django.db import models
from django.conf import settings
if settings.AUTH_USER_MODEL:
User = settings.AUTH_USER_MODEL
User = settings.AUTH_USER_MODEL
else:
from django.contrib.auth.models import User
from django.contrib.auth.models import User


class FailedLogin(models.Model):
Expand Down

0 comments on commit d7de9b3

Please sign in to comment.