From b8c5101a920275687fdab980048cb4dae5aa902d Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 23 Mar 2020 16:06:14 +0100 Subject: Removing unused imports in python scripts Removing according to pylint report. Change-Id: I2296b923a71c53347afcd0eb11d1c07b1400570f Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski --- .../PythonApps/python-kafkaConsumer-inference-app/src/main.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'vnfs/DAaaS/microservices/PythonApps/python-kafkaConsumer-inference-app/src') diff --git a/vnfs/DAaaS/microservices/PythonApps/python-kafkaConsumer-inference-app/src/main.py b/vnfs/DAaaS/microservices/PythonApps/python-kafkaConsumer-inference-app/src/main.py index 8d013b40..2fbe0515 100755 --- a/vnfs/DAaaS/microservices/PythonApps/python-kafkaConsumer-inference-app/src/main.py +++ b/vnfs/DAaaS/microservices/PythonApps/python-kafkaConsumer-inference-app/src/main.py @@ -3,9 +3,6 @@ # from .consumer.CustomKafkaConsumer import CustomKafkaConsumer # from .producer.CustomKafkaProducer import CustomKafkaProducer -import sys -import os, threading -import traceback import json import concurrent.futures import logging -- cgit 1.2.3-korg