Merge GitRelease.pyi back to source (#2688)

This commit is contained in:
Trim21
2023-09-04 10:18:42 +02:00
committed by GitHub
parent 65cfeb1b8b
commit 46a43c4aec
3 changed files with 71 additions and 201 deletions
+2 -1
View File
@@ -67,6 +67,7 @@ from io import IOBase
from typing import (
TYPE_CHECKING,
Any,
BinaryIO,
Callable,
Deque,
Dict,
@@ -682,7 +683,7 @@ class Requester:
url: str,
parameters: Any,
headers: Dict[str, Any],
file_like: io.TextIOBase,
file_like: BinaryIO,
cnx: Optional[Union[HTTPRequestsConnectionClass, HTTPSRequestsConnectionClass]] = None,
) -> Tuple[Dict[str, Any], Any]:
# The expected signature of encode means that the argument is ignored.