remove duplicate comment

This is already mentioned at line 357...
This commit is contained in:
Dieter Verfaillie
2013-07-31 09:29:24 +02:00
parent 9473f15909
commit 852de116dd
-3
View File
@@ -384,9 +384,6 @@ class PreparedRequest(RequestEncodingMixin, RequestHooksMixin):
self.headers['Content-Length'] = str(length)
else:
self.headers['Transfer-Encoding'] = 'chunked'
# Check if file, fo, generator, iterator.
# If not, run through normal process.
else:
# Multi-part file uploads.
if files: