From ee003296526e6fb15e7c3732dc246648dc4028cf Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Wed, 16 Oct 2013 17:30:18 +0000 Subject: [PATCH] Removed unused imports --- src/GeoIp2/Database/Reader.php | 4 ---- src/GeoIp2/WebService/Client.php | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/GeoIp2/Database/Reader.php b/src/GeoIp2/Database/Reader.php index 31ee3c2..dd9fd91 100644 --- a/src/GeoIp2/Database/Reader.php +++ b/src/GeoIp2/Database/Reader.php @@ -3,10 +3,6 @@ namespace GeoIp2\Database; use GeoIp2\Exception\AddressNotFoundException; -use GeoIp2\Model\City; -use GeoIp2\Model\CityIspOrg; -use GeoIp2\Model\Country; -use GeoIp2\Model\Omni; use GeoIp2\ProviderInterface; use MaxMind\Db\Reader as DbReader; diff --git a/src/GeoIp2/WebService/Client.php b/src/GeoIp2/WebService/Client.php index 09e30ad..3d1185f 100644 --- a/src/GeoIp2/WebService/Client.php +++ b/src/GeoIp2/WebService/Client.php @@ -8,10 +8,6 @@ use GeoIp2\Exception\AddressNotFoundException; use GeoIp2\Exception\AuthenticationException; use GeoIp2\Exception\InvalidRequestException; use GeoIp2\Exception\OutOfQueriesException; -use GeoIp2\Model\City; -use GeoIp2\Model\CityIspOrg; -use GeoIp2\Model\Country; -use GeoIp2\Model\Omni; use GeoIp2\ProviderInterface; use Guzzle\Http\Client as GuzzleClient; use Guzzle\Common\Exception\RuntimeException;