Remove many useless conversions to string

This commit is contained in:
Vincent Jacques
2012-06-01 20:11:33 +01:00
parent ed7d1531d7
commit d6215894a4
24 changed files with 158 additions and 158 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ class Download( GithubObject.GithubObject ):
def delete( self ):
status, headers, data = self._request(
"DELETE",
str( self.url ),
self.url,
None,
None
)