From 9d13e54477f9ed0cb3191459552da53d9e144b6a Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Thu, 16 May 2024 16:53:00 -0700 Subject: [PATCH] a --- tests/phpunit/src/Commands/CommandBaseTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/src/Commands/CommandBaseTest.php b/tests/phpunit/src/Commands/CommandBaseTest.php index 1bc02c434..173dc20e2 100644 --- a/tests/phpunit/src/Commands/CommandBaseTest.php +++ b/tests/phpunit/src/Commands/CommandBaseTest.php @@ -6,7 +6,6 @@ use Acquia\Cli\Command\App\LinkCommand; use Acquia\Cli\Command\CommandBase; -use Acquia\Cli\Command\Ide\IdeListCommand; use Acquia\Cli\Exception\AcquiaCliException; use Acquia\Cli\Tests\CommandTestBase;