From 855c27370790c0ba781d20f776a907fa5e2995ae Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 17 Aug 2011 00:40:37 -0400 Subject: [PATCH] whitespace --- requests/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/hooks.py b/requests/hooks.py index 59c82696..2938029b 100644 --- a/requests/hooks.py +++ b/requests/hooks.py @@ -24,6 +24,7 @@ Available hooks: import warnings + def dispatch_hook(key, hooks, hook_data): """Dipatches a hook dictionary on a given peice of data.""" @@ -36,5 +37,4 @@ def dispatch_hook(key, hooks, hook_data): except Exception, why: warnings.warn(str(why)) - return hook_data