Browse Source

Remove unused import of GeoNamesCity from city_detection_ip.py

master
mortezaei 5 months ago
parent
commit
ace80e6124
  1. 2
      city_detection_ip.py

2
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__)

Loading…
Cancel
Save