From 72d89d58834782f9254301307875c3f165d7281e Mon Sep 17 00:00:00 2001 From: Michael Oliver Date: Fri, 13 May 2022 12:51:39 +0100 Subject: [PATCH] Remove `RequestBodyUnavailable` from module docstring --- httpx/_exceptions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/httpx/_exceptions.py b/httpx/_exceptions.py index 01758ede69..f6e6a19809 100644 --- a/httpx/_exceptions.py +++ b/httpx/_exceptions.py @@ -21,7 +21,6 @@ - UnsupportedProtocol + DecodingError + TooManyRedirects - + RequestBodyUnavailable x HTTPStatusError * InvalidURL * CookieConflict