diff --git a/inventory_provider/tasks/worker.py b/inventory_provider/tasks/worker.py index 13633475f1db9b08fc58dad9b24e745c55192088..41003008bbde8d3ad67e80181eee4163aee70005 100644 --- a/inventory_provider/tasks/worker.py +++ b/inventory_provider/tasks/worker.py @@ -16,7 +16,6 @@ from celery import signals from collections import defaultdict, namedtuple -from kombu.exceptions import KombuError from lxml import etree from ncclient.transport import TransportError @@ -32,7 +31,6 @@ from inventory_provider import config, nokia, gap from inventory_provider import environment from inventory_provider import snmp from inventory_provider import juniper -from redis import RedisError from requests import HTTPError FINALIZER_POLLING_FREQUENCY_S = 2.5