Skip to content

Commit

Permalink
Removed prefetch from args.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanmaguire committed Feb 28, 2012
1 parent 97815c9 commit ca45da3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requests/sessions.py
Expand Up @@ -175,7 +175,6 @@ def request(self, method, url,
allow_redirects=allow_redirects,
proxies=proxies,
config=config,
prefetch=prefetch,
verify=verify,
_poolmanager=self.poolmanager
)
Expand Down

0 comments on commit ca45da3

Please sign in to comment.