From fa86149ca7f78cd7a8caea25ab3559bd80fe146e Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 14 Feb 2025 07:12:42 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Queue.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Queue.php b/src/Queue.php index 0870d806..8b07e6e0 100644 --- a/src/Queue.php +++ b/src/Queue.php @@ -4,7 +4,6 @@ namespace Yiisoft\Queue; -use LogicException; use Psr\Log\LoggerInterface; use Yiisoft\Queue\Adapter\AdapterInterface; use Yiisoft\Queue\Cli\LoopInterface;