From 2913a91af70f3058f5fe8d8fbe68a8df5a98bd48 Mon Sep 17 00:00:00 2001 From: Miryam Schwartz Date: Sun, 17 Nov 2024 13:47:54 +0200 Subject: [PATCH] fix comments --- plugins/fluentd_telemetry_plugin/src/streamer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/fluentd_telemetry_plugin/src/streamer.py b/plugins/fluentd_telemetry_plugin/src/streamer.py index cc6a2f1f..97a4c306 100644 --- a/plugins/fluentd_telemetry_plugin/src/streamer.py +++ b/plugins/fluentd_telemetry_plugin/src/streamer.py @@ -32,7 +32,6 @@ # pylint: disable=no-name-in-module,import-error from utils.utils import Utils -from utils.args_parser import ArgsParser from utils.logger import Logger from utils.singleton import Singleton