mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Merge GitRelease.pyi back to source (#2688)
This commit is contained in:
+2
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user