@@ -5,7 +5,6 @@ |
||
5 | 5 | use mpyw\Co\Internal\CoOption; |
6 | 6 | use mpyw\Co\Internal\GeneratorContainer; |
7 | 7 | use mpyw\Co\Internal\CURLPool; |
8 | - |
|
9 | 8 | use React\Promise\Deferred; |
10 | 9 | use React\Promise\PromiseInterface; |
11 | 10 | use function React\Promise\all; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace mpyw\Co\Internal; |
4 | 4 | |
5 | -use mpyw\Co\CoInterface; |
|
6 | 5 | use mpyw\Co\Internal\GeneratorContainer; |
7 | 6 | |
8 | 7 | class Utils { |