mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
whitespace
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user