From 38879d339b0b9501471c619788e8c318b660b102 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Fri, 26 Aug 2016 13:57:35 -0400 Subject: [PATCH] flake8 fix --- awx/main/queue.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/awx/main/queue.py b/awx/main/queue.py index b1cc7694fd..b0b8d0374e 100644 --- a/awx/main/queue.py +++ b/awx/main/queue.py @@ -3,8 +3,6 @@ import json -from django.conf import settings - __all__ = ['FifoQueue'] # TODO: Figure out wtf to do with this class