Skip to content

Commit 15be0d1

Browse files
committed
typing
1 parent 86dda64 commit 15be0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yeti/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def do_request(
4545
url: str,
4646
json_data: dict[str, Any] | None = None,
4747
body: bytes | None = None,
48-
headers=None,
48+
headers: dict[str, Any] | None = None,
4949
) -> bytes:
5050
"""Issues a request to the given URL.
5151

0 commit comments

Comments
 (0)