@@ -11,7 +11,6 @@ |
||
11 | 11 | */ |
12 | 12 | namespace Yandex\OAuth; |
13 | 13 | |
14 | -use GuzzleHttp\Client; |
|
15 | 14 | use GuzzleHttp\Exception\ClientException; |
16 | 15 | use GuzzleHttp\Exception\RequestException; |
17 | 16 | use Yandex\Common\AbstractServiceClient; |
@@ -20,7 +20,6 @@ |
||
20 | 20 | use Yandex\Common\Exception\ForbiddenException; |
21 | 21 | use Yandex\Common\Exception\UnauthorizedException; |
22 | 22 | use Yandex\Market\Content\Exception\ContentRequestException; |
23 | -use Yandex\Market\Content\Models; |
|
24 | 23 | |
25 | 24 | |
26 | 25 | /** |