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 Oct 17, 2024
1 parent 496622d commit 7af1c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpublish_wms/wms/get_feature_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def get_feature_info(ds: xr.Dataset, query: dict) -> Response:
additional_queries[q] = query[q]

selected_ds = selected_ds.sel(additional_queries)

parameter_info = {}
ranges = {}

Expand Down

0 comments on commit 7af1c48

Please sign in to comment.