Merge pull request #4929 from AlanCoding/f8_cache

flake8
This commit is contained in:
Alan Rominger 2017-01-25 09:43:33 -05:00 committed by GitHub
commit 8650b69c9e

View File

@ -10,7 +10,6 @@ from urlparse import urljoin
# Django
from django.conf import settings
from django.core.cache import cache
from django.db import models
from django.db.models import Q, Count
from django.utils.dateparse import parse_datetime