Skip to content

Commit ba5d1b6

Browse files
Update github_rest_api/github.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 4f67411 commit ba5d1b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github_rest_api/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _delete(self, url, raise_for_status: bool = True) -> requests.Response:
8282
resp.raise_for_status()
8383
return resp
8484

85-
def _put(self, url, raise_for_status: bool = True, **kwargs) -> requests.Response:
85+
def _put(self, url: str, raise_for_status: bool = True, **kwargs) -> requests.Response:
8686
resp = requests.put(
8787
url=url,
8888
headers=self._headers,

0 commit comments

Comments
 (0)