1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 11:54:54 +01:00

Remove unused import

This commit is contained in:
Niklas Keller 2017-06-21 14:51:15 +02:00
parent ec0486c7f1
commit edb2ca52ce

View File

@ -5,7 +5,6 @@ namespace Amp\File;
use Amp\ByteStream\ClosedException;
use Amp\ByteStream\StreamException;
use Amp\Coroutine;
use Amp\Failure;
use Amp\Parallel\Worker\TaskException;
use Amp\Parallel\Worker\Worker;
use Amp\Parallel\Worker\WorkerException;