@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace CommerceGuys\Guzzle\Oauth2\Tests; |
| 4 | 4 | |
| 5 | 5 | |
| 6 | -use GuzzleHttp\Exception\RequestException; |
|
| 7 | 6 | use GuzzleHttp\Handler\MockHandler; |
| 8 | 7 | use GuzzleHttp\HandlerStack; |
| 9 | 8 | use GuzzleHttp\Psr7\Response; |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use CommerceGuys\Guzzle\Oauth2\Tests\MockOAuth2Server; |
| 10 | 10 | use CommerceGuys\Guzzle\Oauth2\Tests\MockOAuthMiddleware; |
| 11 | 11 | use CommerceGuys\Guzzle\Oauth2\Tests\TestBase; |
| 12 | -use GuzzleHttp\HandlerStack; |
|
| 13 | 12 | use GuzzleHttp\RequestOptions; |
| 14 | 13 | use Psr\Http\Message\ResponseInterface; |
| 15 | 14 | |