@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Gemz\HttpClient\Contracts; |
4 | 4 | |
5 | 5 | use Gemz\HttpClient\Exceptions\InvalidArgument; |
6 | -use Psr\Http\Message\StreamInterface; |
|
7 | 6 | use Symfony\Component\Mime\Part\Multipart\FormDataPart; |
8 | 7 | |
9 | 8 | trait Options |