We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef2a8c commit 03c92f4Copy full SHA for 03c92f4
pygeoapi/provider/xarray_edr.py
@@ -138,7 +138,7 @@ def position(self, **kwargs):
138
139
data = data.sel(string_query)
140
else:
141
- raise ProviderInvalidQueryError(user_msg=f"""Invalid Dimension Parameter '{coord}'""")
+ raise ProviderInvalidQueryError(user_msg=f"""Invalid Dimension Parameter '{coord}'""") # noqa
142
143
LOGGER.debug(query_params)
144
0 commit comments