@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Icicle\Concurrent\Forking\Fork; |
| 7 | 7 | use Icicle\Coroutine; |
| 8 | 8 | use Icicle\Loop; |
| 9 | -use Icicle\Promise; |
|
| 10 | 9 | use Icicle\Promise\Deferred; |
| 11 | 10 | use Icicle\Promise\PromiseInterface; |
| 12 | 11 | |