From 71eebe6b1f14b497a3c06ae9fae0494d401f2867 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 12:02:32 +0000 Subject: [PATCH] Fix lint issue: remove unused json import Co-Authored-By: Joe Moura --- tests/cli/provider_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cli/provider_test.py b/tests/cli/provider_test.py index 1cf67c778..0fbcee739 100644 --- a/tests/cli/provider_test.py +++ b/tests/cli/provider_test.py @@ -1,4 +1,3 @@ -import json import tempfile from pathlib import Path from unittest import mock