Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 14, 2024
1 parent d8009f6 commit 66a8718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoapi_plugins/provider/sparql.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def parse(value: str) -> list:
if '|' in value:
return value.split('|')
elif ', ' in value:
return value.split(', ')
return value.split(', ')
else:
return value

Expand Down

0 comments on commit 66a8718

Please sign in to comment.