1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-26 12:24:40 +01:00

Remove unused import

This commit is contained in:
Niklas Keller 2019-05-11 19:13:47 +02:00
parent d70a82d04c
commit 53aa422eaf

View File

@ -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