From 53aa422eaf89a539b4df58284f7bdf5219e37f66 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Sat, 11 May 2019 19:13:47 +0200 Subject: [PATCH] Remove unused import --- lib/Context/Internal/ParallelHub.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Context/Internal/ParallelHub.php b/lib/Context/Internal/ParallelHub.php index 6345877..b989064 100644 --- a/lib/Context/Internal/ParallelHub.php +++ b/lib/Context/Internal/ParallelHub.php @@ -5,7 +5,6 @@ namespace Amp\Parallel\Context\Internal; use Amp\Loop; use Amp\Parallel\Sync\ChannelledSocket; use parallel\Events; -use parallel\Events\Error\Timeout; use parallel\Future; class ParallelHub extends ProcessHub