Skip to content

Commit fa79e6c

Browse files
committed
- fixed flake8 errors
1 parent ced9b5d commit fa79e6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pygeoapi/openapi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ def get_config_schema():
710710
with open(schema_file) as fh2:
711711
return yaml_load(fh2)
712712

713+
713714
def get_post_resource(res):
714715
"""
715716
Creates the payload for the POST resource admin request
@@ -722,7 +723,7 @@ def get_post_resource(res):
722723

723724
newres = {newkey: {}}
724725
newres[newkey] = res[list(res.keys())[0]]
725-
726+
726727
# remove temporal extent to prevent type conversion issues
727728
if 'temporal' in newres[newkey]['extents'].keys():
728729
del newres[newkey]['extents']['temporal']

0 commit comments

Comments
 (0)