Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Sep 11, 2022
1 parent 147ee58 commit 198ea3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/Compression/CompressingReadableStreamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Amp\ByteStream\ReadableBuffer;
use Amp\ByteStream\ReadableIterableStream;
use Amp\PHPUnit\AsyncTestCase;
use Amp\Pipeline\Pipeline;
use function Amp\ByteStream\buffer;

final class CompressingReadableStreamTest extends AsyncTestCase
Expand Down
1 change: 0 additions & 1 deletion test/Compression/DecompressingReadableStreamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Amp\ByteStream\ReadableIterableStream;
use Amp\ByteStream\StreamException;
use Amp\PHPUnit\AsyncTestCase;
use Amp\Pipeline\Pipeline;
use function Amp\ByteStream\buffer;

final class DecompressingReadableStreamTest extends AsyncTestCase
Expand Down

0 comments on commit 198ea3d

Please # to comment.