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