mirror of
https://github.com/danog/amp.git
synced 2024-11-30 04:29:08 +01:00
Remove unused imports
This commit is contained in:
parent
783fe8c4f4
commit
1419bd6c0c
@ -3,13 +3,9 @@
|
||||
namespace Amp\Test;
|
||||
|
||||
use Amp;
|
||||
use Amp\Coroutine;
|
||||
use Amp\Failure;
|
||||
use Amp\Loop;
|
||||
use Amp\Promise;
|
||||
use Amp\Success;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use React\Promise\FulfilledPromise as FulfilledReactPromise;
|
||||
|
||||
class AsyncCoroutineTest extends TestCase {
|
||||
public function testWithFailure() {
|
||||
|
Loading…
Reference in New Issue
Block a user