Skip to content

Commit 03c92f4

Browse files
flake issues
1 parent cef2a8c commit 03c92f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygeoapi/provider/xarray_edr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def position(self, **kwargs):
138138

139139
data = data.sel(string_query)
140140
else:
141-
raise ProviderInvalidQueryError(user_msg=f"""Invalid Dimension Parameter '{coord}'""")
141+
raise ProviderInvalidQueryError(user_msg=f"""Invalid Dimension Parameter '{coord}'""") # noqa
142142

143143
LOGGER.debug(query_params)
144144

0 commit comments

Comments
 (0)