summaryrefslogtreecommitdiff
path: root/tests/gis_tests/test_ptr.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gis_tests/test_ptr.py')
-rw-r--r--tests/gis_tests/test_ptr.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gis_tests/test_ptr.py b/tests/gis_tests/test_ptr.py
index 1b8beaf4e7..ca318a28eb 100644
--- a/tests/gis_tests/test_ptr.py
+++ b/tests/gis_tests/test_ptr.py
@@ -1,7 +1,8 @@
import ctypes
+from unittest import mock
from django.contrib.gis.ptr import CPointerBase
-from django.test import SimpleTestCase, mock
+from django.test import SimpleTestCase
class CPointerBaseTests(SimpleTestCase):