Remove unused imports

This commit is contained in:
Ned Batchelder
2016-04-08 11:23:05 -04:00
parent 05ffcb0ab8
commit 2e1238b83e
67 changed files with 33 additions and 98 deletions

View File

@@ -18,7 +18,7 @@ from celery import Task, current_task
from celery.states import SUCCESS, FAILURE
from django.contrib.auth.models import User
from django.core.files.storage import DefaultStorage
from django.db import transaction, reset_queries
from django.db import reset_queries
from django.db.models import Q
import dogstats_wrapper as dog_stats_api
from pytz import UTC