fix empty lines for flake8

This commit is contained in:
2017-05-29 22:44:33 -04:00
parent 5fa4e74d61
commit f6a4ab02da
+1
View File
@@ -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"""