From ecbbad816ab2e43aecda36f1559c1c491d6cc05b Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 2 Mar 2016 12:24:46 +0800 Subject: [PATCH] Fix coveralls integration --- httpie/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/httpie/client.py b/httpie/client.py index 8c0b6fe8..dcae10a8 100644 --- a/httpie/client.py +++ b/httpie/client.py @@ -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