From 165f62113cd5a5565d0059a54484379b4bc11396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 24 Oct 2023 17:22:30 +0800 Subject: [PATCH] eee --- ClientAbstracts.php | 3 --- CoroutineClient.php | 1 - 2 files changed, 4 deletions(-) diff --git a/ClientAbstracts.php b/ClientAbstracts.php index 7614b68..15c4eab 100644 --- a/ClientAbstracts.php +++ b/ClientAbstracts.php @@ -5,9 +5,6 @@ namespace Kiri; use Closure; -use Kiri\Di\Context; -use Swoole\Coroutine; -use Swoole\Coroutine\System; defined('SPLIT_URL') or define('SPLIT_URL', '/(http[s]?:\/\/)?(([\w\-_]+\.)+\w+(:\d+)?)((\/[a-zA-Z0-9\-]+)+[\/]?(\?[a-zA-Z]+=.*)?)?/'); diff --git a/CoroutineClient.php b/CoroutineClient.php index 1fd7d6c..7458bd1 100644 --- a/CoroutineClient.php +++ b/CoroutineClient.php @@ -10,7 +10,6 @@ declare(strict_types=1); namespace Kiri; use Exception; -use Swoole\Coroutine; use Swoole\Coroutine\Http\Client as SwowClient; use Swoole\Coroutine\System;