Removed extra whitespace
authorMichael Edwards <medwards@walledcity.ca>
Sun, 13 May 2012 09:59:31 +0000 (11:59 +0200)
committerMichael Edwards <medwards@walledcity.ca>
Sun, 13 May 2012 09:59:31 +0000 (11:59 +0200)
requests/exceptions.py

index 1cffa805c52f7ba72326a3f5fc895c6f424da6c9..57f7b82d636f817204f29eacfe90be8a4bd46991 100644 (file)
@@ -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. """