Merge pull request #3898 from nateprewitt/duplicate_exception

remove redundant exception declaration
This commit is contained in:
Cory Benfield
2017-03-02 14:41:17 +00:00
committed by GitHub
-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."""