Skip to content

Commit

Permalink
[misc] clean up imports in ClientTest
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbreksa-tds committed Nov 30, 2020
1 parent 2321070 commit a84795c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/Feature/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
use AndrewBreksa\ExtremeIPLookup\Client;
use AndrewBreksa\ExtremeIPLookup\ExtremeIPLookupException;
use AndrewBreksa\ExtremeIPLookup\IPResult;
use Http\Discovery\MessageFactoryDiscovery;
use Http\Discovery\StreamFactoryDiscovery;
use Http\Message\MessageFactory\GuzzleMessageFactory;
use PHPUnit\Framework\TestCase;
use GuzzleHttp\Client as GuzzleClient;
use Http\Adapter\Guzzle7\Client as GuzzleAdapter;
use Http\Message\MessageFactory\GuzzleMessageFactory;
use PHPUnit\Framework\TestCase;

/**
* Class ClientTest
Expand Down

0 comments on commit a84795c

Please sign in to comment.