diff options
| author | Ask Solem <ask@celeryproject.org> | 2013-09-12 17:38:45 +0100 |
|---|---|---|
| committer | Ask Solem <ask@celeryproject.org> | 2013-09-12 17:38:45 +0100 |
| commit | 54d78c6b33f729664d5181096077833b2ebddcd6 (patch) | |
| tree | 532de2daddb219b5e8f01da41b2c7b310576fde9 /examples | |
| parent | 6132540a2e77c09c3f5aff8f253634b224a8aac4 (diff) | |
| download | kombu-54d78c6b33f729664d5181096077833b2ebddcd6.tar.gz | |
flakes
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/simple_task_queue/client.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/simple_task_queue/client.py b/examples/simple_task_queue/client.py index 8e14381f..0c28932b 100644 --- a/examples/simple_task_queue/client.py +++ b/examples/simple_task_queue/client.py @@ -1,4 +1,3 @@ -from kombu.common import maybe_declare from kombu.pools import producers from .queues import task_exchange |
