From 3d969f7252f50deae81ac556e1d712598cda52bf Mon Sep 17 00:00:00 2001
From: Lucas D Hedding <lucashedding@1463982.no-reply.drupal.org>
Date: Fri, 4 Aug 2023 09:10:41 -0600
Subject: [PATCH] remove un-used imports

---
 modules/smart_ip_abstract_web_service/src/WebServiceUtility.php  | 1 -
 modules/smart_ip_ip2location_bin_db/src/DatabaseFileUtility.php  | 1 -
 modules/smart_ip_ipinfodb_web_service/src/WebServiceUtility.php  | 1 -
 .../smart_ip_maxmind_geoip2_bin_db/src/DatabaseFileUtility.php   | 1 -
 .../src/WebServiceUtility.php                                    | 1 -
 5 files changed, 5 deletions(-)

diff --git a/modules/smart_ip_abstract_web_service/src/WebServiceUtility.php b/modules/smart_ip_abstract_web_service/src/WebServiceUtility.php
index 9f13b23..31f3775 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 a27e99c..e4ec72b 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 56dce98..fa07c4b 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 92aab93..03ea4c0 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 0349ee2..a8bc0f5 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;
 
-- 
GitLab