diff --git a/modules/smart_ip_abstract_web_service/src/WebServiceUtility.php b/modules/smart_ip_abstract_web_service/src/WebServiceUtility.php
index 9f13b2340d030d9436a348136db6f887db1daab0..31f377523ee6ea1c521c69fb79f707193a31305e 100644
--- a/modules/smart_ip_abstract_web_service/src/WebServiceUtility.php
+++ b/modules/smart_ip_abstract_web_service/src/WebServiceUtility.php
@@ -8,7 +8,6 @@
 namespace Drupal\smart_ip_abstract_web_service;
 
 use Drupal\smart_ip_abstract_web_service\EventSubscriber\SmartIpEventSubscriber;
-use Drupal\smart_ip_abstract_web_service\AbstractWebService;
 use Drupal\smart_ip\WebServiceUtilityBase;
 use Drupal\Component\Serialization\Json;
 
diff --git a/modules/smart_ip_ip2location_bin_db/src/DatabaseFileUtility.php b/modules/smart_ip_ip2location_bin_db/src/DatabaseFileUtility.php
index a27e99c33f2a6b67e9b4ca8003703c18fe20b5df..e4ec72b7a073070ea5edfff8c877b0e0f471c09d 100644
--- a/modules/smart_ip_ip2location_bin_db/src/DatabaseFileUtility.php
+++ b/modules/smart_ip_ip2location_bin_db/src/DatabaseFileUtility.php
@@ -8,7 +8,6 @@
 namespace Drupal\smart_ip_ip2location_bin_db;
 
 use Drupal\smart_ip_ip2location_bin_db\EventSubscriber\SmartIpEventSubscriber;
-use Drupal\smart_ip_ip2location_bin_db\Ip2locationBinDb;
 use Drupal\smart_ip\DatabaseFileUtilityBase;
 use Drupal\Component\Utility\UrlHelper;
 
diff --git a/modules/smart_ip_ipinfodb_web_service/src/WebServiceUtility.php b/modules/smart_ip_ipinfodb_web_service/src/WebServiceUtility.php
index 56dce988a3a256d8cce7f1e2fbbb961ec37b4412..fa07c4b0184e1778a49da6183fb68cdc65b59d9b 100644
--- a/modules/smart_ip_ipinfodb_web_service/src/WebServiceUtility.php
+++ b/modules/smart_ip_ipinfodb_web_service/src/WebServiceUtility.php
@@ -8,7 +8,6 @@
 namespace Drupal\smart_ip_ipinfodb_web_service;
 
 use Drupal\smart_ip_ipinfodb_web_service\EventSubscriber\SmartIpEventSubscriber;
-use Drupal\smart_ip_ipinfodb_web_service\IpinfodbWebService;
 use Drupal\smart_ip\WebServiceUtilityBase;
 use Drupal\Component\Serialization\Json;
 
diff --git a/modules/smart_ip_maxmind_geoip2_bin_db/src/DatabaseFileUtility.php b/modules/smart_ip_maxmind_geoip2_bin_db/src/DatabaseFileUtility.php
index 92aab933b0694f5c155dff3aacf6d3c0a566d23a..03ea4c03504f29367886208967722d49c5152fd8 100644
--- a/modules/smart_ip_maxmind_geoip2_bin_db/src/DatabaseFileUtility.php
+++ b/modules/smart_ip_maxmind_geoip2_bin_db/src/DatabaseFileUtility.php
@@ -8,7 +8,6 @@
 namespace Drupal\smart_ip_maxmind_geoip2_bin_db;
 
 use Drupal\smart_ip_maxmind_geoip2_bin_db\EventSubscriber\SmartIpEventSubscriber;
-use Drupal\smart_ip_maxmind_geoip2_bin_db\MaxmindGeoip2BinDb;
 use Drupal\smart_ip\DatabaseFileUtilityBase;
 use Drupal\Component\Utility\UrlHelper;
 
diff --git a/modules/smart_ip_maxmind_geoip2_web_service/src/WebServiceUtility.php b/modules/smart_ip_maxmind_geoip2_web_service/src/WebServiceUtility.php
index 0349ee209a557736d23164bb7e14df6a5a4e191d..a8bc0f557e88a98eb4fd5a630edb6ebd4c185f7d 100644
--- a/modules/smart_ip_maxmind_geoip2_web_service/src/WebServiceUtility.php
+++ b/modules/smart_ip_maxmind_geoip2_web_service/src/WebServiceUtility.php
@@ -8,7 +8,6 @@
 namespace Drupal\smart_ip_maxmind_geoip2_web_service;
 
 use Drupal\smart_ip_maxmind_geoip2_web_service\EventSubscriber\SmartIpEventSubscriber;
-use Drupal\smart_ip_maxmind_geoip2_web_service\MaxmindGeoip2WebService;
 use Drupal\smart_ip\WebServiceUtilityBase;
 use Drupal\Component\Serialization\Json;