diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2013-07-31 09:29:24 +0200 |
---|---|---|
committer | Dieter Verfaillie <dieterv@optionexplicit.be> | 2013-07-31 09:29:24 +0200 |
commit | 852de116ddf7fa2d82a6c3453916acecc2da926d (patch) | |
tree | 80d0bc96742c7cc68344070dfd930793bc345cb1 /requests | |
parent | 9473f15909fb3f2329247812e0d3c661421ceafc (diff) | |
download | python-requests-852de116ddf7fa2d82a6c3453916acecc2da926d.tar.gz |
remove duplicate comment
This is already mentioned at line 357...
Diffstat (limited to 'requests')
-rw-r--r-- | requests/models.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/requests/models.py b/requests/models.py index 24391533..15a07771 100644 --- a/requests/models.py +++ b/requests/models.py @@ -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: |