summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/prototypes/coordseq.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/gis/geos/prototypes/coordseq.py')
-rw-r--r--django/contrib/gis/geos/prototypes/coordseq.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/django/contrib/gis/geos/prototypes/coordseq.py b/django/contrib/gis/geos/prototypes/coordseq.py
index b115fc3447..3e5204e5fe 100644
--- a/django/contrib/gis/geos/prototypes/coordseq.py
+++ b/django/contrib/gis/geos/prototypes/coordseq.py
@@ -1,6 +1,9 @@
-from ctypes import c_double, c_int, c_uint, POINTER
-from django.contrib.gis.geos.libgeos import GEOM_PTR, CS_PTR
-from django.contrib.gis.geos.prototypes.errcheck import last_arg_byref, GEOSException
+from ctypes import POINTER, c_double, c_int, c_uint
+
+from django.contrib.gis.geos.libgeos import CS_PTR, GEOM_PTR
+from django.contrib.gis.geos.prototypes.errcheck import (
+ GEOSException, last_arg_byref,
+)
from django.contrib.gis.geos.prototypes.threadsafe import GEOSFunc