From 52016328bb5dd15ac74cef34edb58ba621dc064c Mon Sep 17 00:00:00 2001 From: Colin Blumer Date: Fri, 8 May 2026 14:16:45 -0600 Subject: [PATCH] Potential fix for code scanning alert no. 123: Unused import Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- tests/test_delete_entity.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_delete_entity.py b/tests/test_delete_entity.py index f232ddf..266209a 100644 --- a/tests/test_delete_entity.py +++ b/tests/test_delete_entity.py @@ -1,5 +1,4 @@ import json -import pytest import responses from jupiterone.client import JupiterOneClient