From: Michael Edwards Date: Sun, 13 May 2012 09:59:31 +0000 (+0200) Subject: Removed extra whitespace X-Git-Tag: v0.13.0~18^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51f76280784ff3ba39dcd69ec0f078f69409e1d7;p=services%2Fpython-requests.git Removed extra whitespace --- diff --git a/requests/exceptions.py b/requests/exceptions.py index 1cffa80..57f7b82 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. """