mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #33476 -- Refactored code to strictly match 88 characters line length.
This commit is contained in:
@@ -618,7 +618,8 @@ class OGRGeomTest(SimpleTestCase, TestDataMixin):
|
||||
self.assertEqual(
|
||||
OGRGeometry("POINT(0 0)"),
|
||||
OGRGeometry.from_gml(
|
||||
'<gml:Point gml:id="p21" srsName="http://www.opengis.net/def/crs/EPSG/0/4326">'
|
||||
'<gml:Point gml:id="p21" '
|
||||
'srsName="http://www.opengis.net/def/crs/EPSG/0/4326">'
|
||||
' <gml:pos srsDimension="2">0 0</gml:pos>'
|
||||
"</gml:Point>"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user