Skip to content

Commit

Permalink
Fixed flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Jan 11, 2024
1 parent 1d36904 commit b77a910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoapi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1894,7 +1894,7 @@ def post_collection_items(

try:
provider_def = get_provider_by_type(
collections[dataset]['providers'],'feature')
collections[dataset]['providers'], 'feature')
except ProviderTypeError:
try:
provider_def = get_provider_by_type(
Expand Down

0 comments on commit b77a910

Please sign in to comment.