diff --git a/requests/models.py b/requests/models.py index 6cb9aebb..c45b18a7 100644 --- a/requests/models.py +++ b/requests/models.py @@ -82,7 +82,6 @@ class Request(object): #: Dictionary or byte of querystring data to attach to the #: :class:`Request `. self.params = None - self.params = dict(params or []) #: True if :class:`Request ` is part of a redirect chain (disables history #: and HTTPError storage).