diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-05-29 22:44:33 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-05-29 22:44:33 -0400 |
| commit | f6a4ab02daa3103f9d595f4b62803a1267498949 (patch) | |
| tree | ef16a17f40b893057badc1589ffb56d24aa6759b /requests/exceptions.py | |
| parent | 5fa4e74d61d9093ee7e0a7bf1e2a56b6c0780c9a (diff) | |
| download | python-requests-f6a4ab02daa3103f9d595f4b62803a1267498949.tar.gz | |
fix empty lines for flake8
Diffstat (limited to 'requests/exceptions.py')
| -rw-r--r-- | requests/exceptions.py | 1 |
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""" |
