mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Small no-impact code improvements
This commit is contained in:
@@ -1060,7 +1060,7 @@ class Repository( GithubObject.GithubObject ):
|
||||
headers, data = self._requester.requestAndCheck(
|
||||
"GET",
|
||||
"/legacy/issues/search/" + self.owner.login + "/" + self.name + "/" + state + "/" + urllib.quote( keyword ),
|
||||
{},
|
||||
None,
|
||||
None
|
||||
)
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user