Remove unused imports, do PEP8 and DeprecationWarning cleanups

This commit is contained in:
Roberto Rosario
2015-01-05 14:40:59 -04:00
parent 45475d9a65
commit aca9d8c9eb
17 changed files with 12 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
from __future__ import absolute_import
from django.db.models.signals import post_save, pre_delete, post_delete
from django.db.models.signals import post_save, post_delete
from django.dispatch import receiver
from django.utils.translation import ugettext_lazy as _