From 31d440fb50ba70cc6e9fecd3249a3c61285301a2 Mon Sep 17 00:00:00 2001 From: Miryam Schwartz Date: Sun, 17 Nov 2024 15:03:27 +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 1ec55eda..1efc7cd2 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.logger import Logger from utils.singleton import Singleton #pylint: disable=too-many-instance-attributes