cleanup unused imports and unused variables

This commit is contained in:
j 2013-02-21 13:28:36 +00:00
commit b1d83b0f93
42 changed files with 30 additions and 155 deletions

View file

@ -8,7 +8,6 @@ from django.conf import settings
import monkey_patch.models
from ... import models
import time
class Command(BaseCommand):