mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Remove many useless conversions to string
This commit is contained in:
@@ -107,7 +107,7 @@ class Download( GithubObject.GithubObject ):
|
||||
def delete( self ):
|
||||
status, headers, data = self._request(
|
||||
"DELETE",
|
||||
str( self.url ),
|
||||
self.url,
|
||||
None,
|
||||
None
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user