Kaydet (Commit) dbe2fb63 authored tarafından Alex Gaynor's avatar Alex Gaynor

Added a missing import and removed an unneeded import

üst 828c9be4
from .base import GEOSBase from .base import GEOSBase
from .error import GEOSException
from .geometry import GEOSGeometry from .geometry import GEOSGeometry
from .libgeos import geos_version_info from .libgeos import geos_version_info
from .prototypes import prepared as capi from .prototypes import prepared as capi
......
...@@ -2,7 +2,6 @@ from __future__ import unicode_literals ...@@ -2,7 +2,6 @@ from __future__ import unicode_literals
from django.utils.six import StringIO from django.utils.six import StringIO
from django.apps import apps
from django.contrib.auth.models import Permission from django.contrib.auth.models import Permission
from django.contrib.contenttypes.models import ContentType from django.contrib.contenttypes.models import ContentType
from django.core import management from django.core import management
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment