From d36e4edd825a213f593f98147acb0ef5a5668ea5 Mon Sep 17 00:00:00 2001 From: Tammy Baylis <96076570+tammy-baylis-swi@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:25:02 -0700 Subject: [PATCH] Potential fix for code scanning alert no. 452: Unused import Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- tests/unit/test_configurator/test_configurator_configure_otel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/test_configurator/test_configurator_configure_otel.py b/tests/unit/test_configurator/test_configurator_configure_otel.py index ec958798a..4280a5a02 100644 --- a/tests/unit/test_configurator/test_configurator_configure_otel.py +++ b/tests/unit/test_configurator/test_configurator_configure_otel.py @@ -5,7 +5,6 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. import logging -import os import pytest import uuid