From ace80e6124ec3ca7696553b7b89f8a5e67b2ab61 Mon Sep 17 00:00:00 2001 From: mortezaei Date: Sun, 28 Dec 2025 13:55:59 +0330 Subject: [PATCH] Remove unused import of GeoNamesCity from city_detection_ip.py --- city_detection_ip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/city_detection_ip.py b/city_detection_ip.py index 0161f4d..69571f5 100644 --- a/city_detection_ip.py +++ b/city_detection_ip.py @@ -14,7 +14,7 @@ from django.core.wsgi import get_wsgi_application application = get_wsgi_application() from apps.account.models import LoginHistory -from apps.account.models.geoNames import GeoNamesCity +# from apps.account.models.geoNames import GeoNamesCity # Configure logging logger = logging.getLogger(__name__)