@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Http\Client\Plugin; |
| 4 | 4 | |
| 5 | -use Http\Client\Exception; |
|
| 6 | 5 | use Http\Client\Plugin\Exception\LoopException; |
| 7 | 6 | use Psr\Http\Message\RequestInterface; |
| 8 | 7 | |
@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Http\Client\Plugin; |
| 4 | 4 | |
| 5 | -use Http\Message\Authentication; |
|
| 6 | - |
|
| 7 | 5 | /** |
| 8 | 6 | * @author Joel Wurtz <[email protected]> |
| 9 | 7 | * |