whatespace
authorKenneth Reitz <me@kennethreitz.com>
Sun, 13 Nov 2011 05:43:14 +0000 (00:43 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 13 Nov 2011 05:43:14 +0000 (00:43 -0500)
requests/models.py

index 79a15fc..34de800 100644 (file)
@@ -1,4 +1,3 @@
-
 # -*- coding: utf-8 -*-
 
 """
@@ -31,8 +30,6 @@ from .utils import (
     decode_gzip, stream_decode_gzip, guess_filename)
 
 
-
-
 REDIRECT_STATI = (codes.moved, codes.found, codes.other, codes.temporary_moved)