Skip to content

Commit

Permalink
Remove obsolete import in Client.php / ClientTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Oct 13, 2021
1 parent 1668251 commit 62ca561
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Client.php
Expand Up @@ -5,7 +5,6 @@
use GuzzleHttp\Cookie\CookieJar;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\Exception\InvalidArgumentException;
use GuzzleHttp\Exception\RequestException;
use GuzzleHttp\Promise as P;
use GuzzleHttp\Promise\PromiseInterface;
use Psr\Http\Message\RequestInterface;
Expand Down
1 change: 0 additions & 1 deletion tests/ClientTest.php
Expand Up @@ -4,7 +4,6 @@

use GuzzleHttp\Client;
use GuzzleHttp\Cookie\CookieJar;
use GuzzleHttp\Exception\RequestException;
use GuzzleHttp\Handler\MockHandler;
use GuzzleHttp\HandlerStack;
use GuzzleHttp\Middleware;
Expand Down

0 comments on commit 62ca561

Please sign in to comment.