From f6a4ab02daa3103f9d595f4b62803a1267498949 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 29 May 2017 22:44:33 -0400 Subject: [PATCH] fix empty lines for flake8 --- requests/exceptions.py | 1 + 1 file changed, 1 insertion(+) 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"""