From: Ian Cordasco Date: Mon, 29 Jul 2013 13:09:07 +0000 (-0500) Subject: Fix duplication of efforts caught by @dofelw X-Git-Tag: 2.0~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37786613e06f055a0495b05940f31531a9afd705;p=services%2Fpython-requests.git Fix duplication of efforts caught by @dofelw --- diff --git a/requests/models.py b/requests/models.py index 667b001..700713e 100644 --- a/requests/models.py +++ b/requests/models.py @@ -209,7 +209,6 @@ class Request(RequestHooksMixin): self.params = params self.auth = auth self.cookies = cookies - self.hooks = hooks def __repr__(self): return '' % (self.method)