From 998a255c830bbb6edf70b600d013924eb4d16764 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Mon, 19 Jun 2017 11:24:39 -0500 Subject: [PATCH] =?UTF-8?q?Quiet=20CS=20fixer=E2=80=A6=20remove=20used=20i?= =?UTF-8?q?mport?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/AbstractContextTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/test/AbstractContextTest.php b/test/AbstractContextTest.php index 24f2f2f..0527f38 100644 --- a/test/AbstractContextTest.php +++ b/test/AbstractContextTest.php @@ -2,7 +2,6 @@ namespace Amp\Parallel\Test; -use Amp\Delayed; use Amp\Loop; use Amp\Parallel\Sync\Internal\ExitSuccess; use Amp\PHPUnit\TestCase;