mirror of
https://github.com/django/django.git
synced 2025-10-27 07:36:08 +00:00
Fixed #21287 -- Fixed E123 pep8 warnings
This commit is contained in:
@@ -24,7 +24,7 @@ class GeometryField(forms.Field):
|
||||
'invalid_geom_type' : _('Invalid geometry type.'),
|
||||
'transform_error' : _('An error occurred when transforming the geometry '
|
||||
'to the SRID of the geometry form field.'),
|
||||
}
|
||||
}
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
# Pop out attributes from the database field, or use sensible
|
||||
|
||||
Reference in New Issue
Block a user