Fixing up some flake8 issues

This commit is contained in:
Matthew Jones
2015-12-17 10:48:15 -05:00
parent 9db80bd9fc
commit 910f9bd4a3
9 changed files with 2 additions and 8 deletions

View File

@@ -3,7 +3,6 @@
import logging
from django.conf import settings
from django.db.models.signals import pre_save, post_save, post_delete, m2m_changed
logger = logging.getLogger('awx.main.registrar')