From e138b9f3769f5a7fe11b784cbcf9e6167c9e8c68 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 23 Sep 2024 07:13:03 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Db/Command/CommandTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Db/Command/CommandTest.php b/tests/Db/Command/CommandTest.php index 7aef735c4..b1bef6fc9 100644 --- a/tests/Db/Command/CommandTest.php +++ b/tests/Db/Command/CommandTest.php @@ -10,7 +10,6 @@ use Yiisoft\Db\Exception\NotSupportedException; use Yiisoft\Db\Schema\Builder\ColumnInterface; use Yiisoft\Db\Tests\AbstractCommandTest; -use Yiisoft\Db\Tests\Provider\CommandProvider; use Yiisoft\Db\Tests\Support\Assert; use Yiisoft\Db\Tests\Support\DbHelper; use Yiisoft\Db\Tests\Support\TestTrait;