From 30c6f3e1ad00b2b8f78f96fdb4bba5dc5a1850f1 Mon Sep 17 00:00:00 2001 From: Dylan Pulver Date: Mon, 9 Dec 2024 15:25:00 -0500 Subject: [PATCH] fix test file --- tests/scan/test_command.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/scan/test_command.py b/tests/scan/test_command.py index e65227aa..e8d9a9ef 100644 --- a/tests/scan/test_command.py +++ b/tests/scan/test_command.py @@ -1,7 +1,5 @@ import os -import json import unittest -import subprocess from unittest.mock import patch, Mock from click.testing import CliRunner