From 88f0a11612e83a004706dfe69acedcdd91a0e056 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 30 May 2020 14:34:02 +0200 Subject: [PATCH] fix import --- pandora/user/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/user/utils.py b/pandora/user/utils.py index 86a21ae1..3648b78f 100644 --- a/pandora/user/utils.py +++ b/pandora/user/utils.py @@ -1,4 +1,4 @@ -from django.contrib.gis.geoip2 import GeoIP, GeoIP2Exception2 +from django.contrib.gis.geoip2 import GeoIP2, GeoIP2Exception2 import ox