]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Remove `RequestBodyUnavailable` from module docstring (#2226)
authorMichael Oliver <michaeloliver__@outlook.com>
Mon, 16 May 2022 09:37:13 +0000 (10:37 +0100)
committerGitHub <noreply@github.com>
Mon, 16 May 2022 09:37:13 +0000 (10:37 +0100)
Co-authored-by: Michael Oliver <michael@michaeloliver.dev>
httpx/_exceptions.py

index 01758ede6998ff55d2b30d32734b5776821e2bb0..f6e6a198096590fe0379874a8824f3a445a0369c 100644 (file)
@@ -21,7 +21,6 @@ Our exception hierarchy:
       - UnsupportedProtocol
     + DecodingError
     + TooManyRedirects
-    + RequestBodyUnavailable
   x HTTPStatusError
 * InvalidURL
 * CookieConflict