@@ -5,10 +5,8 @@ |
||
5 | 5 | use mpyw\Co\CoInterface; |
6 | 6 | use mpyw\Co\CURLException; |
7 | 7 | use mpyw\Coutte\Internal\AsyncClient as AsyncBaseClient; |
8 | - |
|
9 | 8 | use Symfony\Component\BrowserKit\CookieJar; |
10 | 9 | use Symfony\Component\BrowserKit\History; |
11 | -use Symfony\Component\BrowserKit\Request; |
|
12 | 10 | use Symfony\Component\BrowserKit\Response; |
13 | 11 | |
14 | 12 | class Client extends AsyncBaseClient implements BasicInterface, RequesterInterface, AsyncRequesterInterface |