whitespace

This commit is contained in:
Kenneth Reitz
2011-08-17 00:40:37 -04:00
parent 281ab5a8f9
commit 855c273707
+1 -1
View File
@@ -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