We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb9ea1 commit 273b2b6Copy full SHA for 273b2b6
1 file changed
dataretrieval/utils.py
@@ -443,7 +443,7 @@ def _get(url: str | httpx.URL, **kwargs: Any) -> httpx.Response:
443
and every redirect. The hook removes ``X-Api-Key`` unless the destination
444
host is the authorized Water Data API host.
445
"""
446
- client_options = {
+ client_options: dict[str, Any] = {
447
key: kwargs.pop(key)
448
for key in ("follow_redirects", "timeout", "transport", "verify")
449
if key in kwargs
0 commit comments