From 375d86159333cca92d5d5147221819627aa18fbc Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Fri, 26 Jun 2015 22:04:06 +0200 Subject: [PATCH] Updated README --- README.md | 1 - README.rst | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 73d0d1d..cd17159 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ task_result = result(task_id) # result returns None if the task has not been executed yet # so it makes more sense to use a hook: -from hooks import print_result async('math.modf', 2.5, hook='hooks.print_result') diff --git a/README.rst b/README.rst index 5636c95..235f9a4 100644 --- a/README.rst +++ b/README.rst @@ -55,7 +55,6 @@ Result example # result returns None if the task has not been executed yet # so it makes more sense to use a hook: - from hooks import print_result async('math.modf', 2.5, hook='hooks.print_result')