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