#55 - Removing unnecessary imports.

This commit is contained in:
Evan Culver 2013-12-18 09:22:28 -08:00
parent bc90f37620
commit 9dfcfe73cc
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ views in :attr:`provider.views`.
from django.db import models
from django.conf import settings
from django.core import serializers
from django.contrib.auth import get_user_model
from .. import constants
from ..constants import CLIENT_TYPES, DELETE_EXPIRED
from ..utils import now, short_token, long_token, get_code_expiry