summaryrefslogtreecommitdiff
path: root/requests/exceptions.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-05-29 22:44:33 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-05-29 22:44:33 -0400
commitf6a4ab02daa3103f9d595f4b62803a1267498949 (patch)
treeef16a17f40b893057badc1589ffb56d24aa6759b /requests/exceptions.py
parent5fa4e74d61d9093ee7e0a7bf1e2a56b6c0780c9a (diff)
downloadpython-requests-f6a4ab02daa3103f9d595f4b62803a1267498949.tar.gz
fix empty lines for flake8
Diffstat (limited to 'requests/exceptions.py')
-rw-r--r--requests/exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/requests/exceptions.py b/requests/exceptions.py
index 9684d9e5..da5af10b 100644
--- a/requests/exceptions.py
+++ b/requests/exceptions.py
@@ -100,6 +100,7 @@ class StreamConsumedError(RequestException, TypeError):
class RetryError(RequestException):
"""Custom retries logic failed"""
+
class UnrewindableBodyError(RequestException):
"""Requests encountered an error when trying to rewind a body"""