@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use Desk\Relationship\Plugin as RelationshipPlugin; |
| 14 | 14 | use Guzzle\Common\Collection; |
| 15 | 15 | use Guzzle\Common\ToArrayInterface; |
| 16 | -use Guzzle\Plugin\Backoff\BackoffPlugin; |
|
| 17 | 16 | use Guzzle\Plugin\Oauth\OauthPlugin; |
| 18 | 17 | use Guzzle\Service\Description\ServiceDescriptionLoader as GuzzleServiceDescriptionLoader; |
| 19 | 18 | |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Guzzle\Http\Message\RequestInterface; |
| 6 | 6 | use Guzzle\Http\Message\Response; |
| 7 | -use Guzzle\Http\Exception\ClientErrorResponseException; |
|
| 8 | 7 | use Guzzle\Http\Exception\HttpException; |
| 9 | 8 | use Guzzle\Plugin\Backoff\BackoffStrategyInterface; |
| 10 | 9 | |