Skip to content

Commit 03d3893

Browse files
author
doublebyte1
committed
- fixed flake8 errors
1 parent 3f4fbd3 commit 03d3893

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
@@ -65,6 +65,7 @@
6565

6666
THISDIR = os.path.dirname(os.path.realpath(__file__))
6767

68+
6869
def get_ogc_schemas_location(server_config: dict) -> str:
6970
"""
7071
Determine OGC schemas location
@@ -776,7 +777,7 @@ def get_put_resource(cfg: dict) -> dict:
776777

777778
if (len(cfg['resources']) < 1 or 'obs' not in cfg['resources'].keys()):
778779
return ''
779-
780+
780781
put = deepcopy(cfg['resources']['obs'])
781782

782783
if 'temporal' in put['extents'].keys():

0 commit comments

Comments
 (0)