Completed
Push — master ( df4835...c9b642 )
by Alex
08:19 queued 57s
created
src/StackExchange.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@  discard block
 block discarded – undo
3 3
 namespace AlexMasterov\OAuth2\Client\Provider;
4 4
 
5 5
 use AlexMasterov\OAuth2\Client\Provider\StackExchangeException;
6
-use GuzzleHttp\Exception\BadResponseException;
7 6
 use League\OAuth2\Client\{
8 7
     Provider\AbstractProvider,
9 8
     Token\AccessToken,
@@ -13,7 +12,6 @@  discard block
 block discarded – undo
13 12
     RequestInterface,
14 13
     ResponseInterface
15 14
 };
16
-use UnexpectedValueException;
17 15
 
18 16
 class StackExchange extends AbstractProvider
19 17
 {
Please login to merge, or discard this patch.