From 5eba32a61f6bb4723f63d16fdf023c1eecc39793 Mon Sep 17 00:00:00 2001 From: Michael Oliver Date: Mon, 16 May 2022 10:37:13 +0100 Subject: [PATCH] Remove `RequestBodyUnavailable` from module docstring (#2226) Co-authored-by: Michael Oliver --- 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