remove redundant exception declaration

This commit is contained in:
Nate Prewitt
2017-02-28 16:08:48 -07:00
parent 60339d17ee
commit 3046a1eb54
-4
View File
@@ -85,10 +85,6 @@ class InvalidHeader(RequestException, ValueError):
"""The header value provided was somehow invalid."""
class InvalidHeader(RequestException, ValueError):
"""The header value provided was somehow invalid."""
class ChunkedEncodingError(RequestException):
"""The server declared chunked encoding but sent an invalid chunk."""