From 51f76280784ff3ba39dcd69ec0f078f69409e1d7 Mon Sep 17 00:00:00 2001 From: Michael Edwards Date: Sun, 13 May 2012 11:59:31 +0200 Subject: [PATCH] Removed extra whitespace --- requests/exceptions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requests/exceptions.py b/requests/exceptions.py index 1cffa805..57f7b82d 100644 --- a/requests/exceptions.py +++ b/requests/exceptions.py @@ -36,6 +36,6 @@ class MissingSchema(RequestException, ValueError): class InvalidSchema(RequestException, ValueError): """See defaults.py for valid schemas.""" - + class InvalidURL(RequestException, ValueError): - """ The URL provided was somehow invalid. """ \ No newline at end of file + """ The URL provided was somehow invalid. """