mirror of
https://github.com/django/django.git
synced 2025-10-27 07:36:08 +00:00
Fixed #21302 -- Fixed unused imports and import *.
This commit is contained in:
@@ -5,7 +5,7 @@ from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
# While this couples the geographic forms to the GEOS library,
|
||||
# it decouples from database (by not importing SpatialBackend).
|
||||
from django.contrib.gis.geos import GEOSException, GEOSGeometry, fromstr
|
||||
from django.contrib.gis.geos import GEOSException, GEOSGeometry
|
||||
from .widgets import OpenLayersWidget
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user