Fix coveralls integration

This commit is contained in:
Jakub Roztocil 2016-03-02 12:24:46 +08:00
parent 0432694661
commit ecbbad816a

View File

@ -85,7 +85,6 @@ def dump_request(kwargs):
% pformat(kwargs))
def encode_headers(headers):
# This allows for unicode headers which is non-standard but practical.
# See: https://github.com/jkbrzt/httpie/issues/212