chore: restore empty line
This commit is contained in:
parent
24f0841165
commit
d5cee0b148
|
@ -19,6 +19,7 @@ class SpatialSearchBackend:
|
|||
"""Base class for all datastore backends."""
|
||||
|
||||
def parse_geojson(self, geom_from_metadata):
|
||||
|
||||
try:
|
||||
geometry = json.loads(geom_from_metadata)
|
||||
except (AttributeError, ValueError) as e:
|
||||
|
|
Loading…
Reference in New Issue