From 800b03457b6a80c0310940c03bffe7e6dd5b3286 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 14 Feb 2011 02:42:46 -0500 Subject: [PATCH] whitespace --- requests/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/requests/core.py b/requests/core.py index 78eef6e3..8ac748ec 100644 --- a/requests/core.py +++ b/requests/core.py @@ -390,6 +390,7 @@ def _get_autoauth(url): return None + class RequestException(Exception): """There was an ambiguous exception that occured while handling your request."""