@@ -5,7 +5,6 @@ |
||
5 | 5 | use ApiClients\Foundation\Client; |
6 | 6 | use ApiClients\Foundation\Hydrator\CommandBus\Command\HydrateCommand; |
7 | 7 | use ApiClients\Foundation\Transport\CommandBus\Command\StreamingRequestCommand; |
8 | -use ApiClients\Tools\Psr7\Oauth1\Definition; |
|
9 | 8 | use GuzzleHttp\Psr7\Request; |
10 | 9 | use Psr\Http\Message\RequestInterface; |
11 | 10 | use React\EventLoop\LoopInterface; |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Psr\Http\Message\ResponseInterface; |
17 | 17 | use React\EventLoop\LoopInterface; |
18 | 18 | use React\Promise\PromiseInterface; |
19 | -use Rx\Observable; |
|
20 | 19 | use function React\Promise\resolve; |
21 | 20 | |
22 | 21 | final class AsyncClient implements AsyncClientInterface |