mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
Conform to pep8
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ class Requester:
|
||||
encoded_input = ""
|
||||
for name, value in input.iteritems():
|
||||
encoded_input += "--" + boundary + eol
|
||||
encoded_input += "Content-Disposition: form-data; name=\"" + name + "\"" + eol
|
||||
encoded_input += "Content-Disposition: form-data; name=\"" + name + "\"" + eol
|
||||
encoded_input += eol
|
||||
encoded_input += value + eol
|
||||
encoded_input += "--" + boundary + "--" + eol
|
||||
|
||||
Reference in New Issue
Block a user