Skip to content

Commit dd96449

Browse files
author
doublebyte1
committed
- removed comma
1 parent e6f75a9 commit dd96449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygeoapi/openapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ def get_admin(cfg: dict) -> dict:
816816
'description': 'Updates admin configuration resource',
817817
'content': {
818818
'application/json': {
819-
'schema': schema_dict['properties']['resources']['patternProperties']['^.*$'], # noqa
819+
'schema': schema_dict['properties']['resources']['patternProperties']['^.*$'] # noqa
820820
}
821821
},
822822
'required': True

0 commit comments

Comments
 (0)