Completed
Pull Request — master (#146)
by Alexander
06:11
created
src/Yandex/OAuth/OAuthClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Yandex/Market/Content/ContentClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.