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 86dda64 commit 15be0d1Copy full SHA for 15be0d1
yeti/api.py
@@ -45,7 +45,7 @@ def do_request(
45
url: str,
46
json_data: dict[str, Any] | None = None,
47
body: bytes | None = None,
48
- headers=None,
+ headers: dict[str, Any] | None = None,
49
) -> bytes:
50
"""Issues a request to the given URL.
51
0 commit comments