From c6f3d498de863468644326a01e5fdeea8abfb4b2 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Fri, 9 Dec 2016 16:07:47 -0500 Subject: [PATCH] remove django configure_logging import --- awx/main/tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/main/tasks.py b/awx/main/tasks.py index 82a92f43fb..8e1c5b9731 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -43,7 +43,6 @@ from django.core.mail import send_mail from django.contrib.auth.models import User from django.utils.translation import ugettext_lazy as _ from django.core.cache import cache -from django.utils.log import configure_logging # AWX from awx.main.constants import CLOUD_PROVIDERS