@@ -8,9 +8,7 @@ |
||
8 | 8 | use ApiClients\Foundation\Factory; |
9 | 9 | use React\EventLoop\LoopInterface; |
10 | 10 | use React\Promise\PromiseInterface; |
11 | -use Rx\Observable; |
|
12 | 11 | use Rx\ObservableInterface; |
13 | -use Rx\React\Promise; |
|
14 | 12 | use function ApiClients\Tools\Rx\unwrapObservableFromPromise; |
15 | 13 | use function React\Promise\resolve; |
16 | 14 | use Rx\Scheduler; |
@@ -4,8 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use ApiClients\Client\AppVeyor\Resource\Sync\Project; |
6 | 6 | use ApiClients\Foundation\Factory as FoundationClientFactory; |
7 | -use ApiClients\Foundation\Transport\Client as Transport; |
|
8 | -use ApiClients\Foundation\Transport\Factory; |
|
9 | 7 | use React\EventLoop\Factory as LoopFactory; |
10 | 8 | use React\EventLoop\LoopInterface; |
11 | 9 | use Rx\React\Promise; |