diff options
Diffstat (limited to 'examples/simple_receive.py')
-rw-r--r-- | examples/simple_receive.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/simple_receive.py b/examples/simple_receive.py index 90c2d0ae..c2512cca 100644 --- a/examples/simple_receive.py +++ b/examples/simple_receive.py @@ -3,6 +3,8 @@ Example receiving a message using the SimpleQueue interface. """ +from __future__ import annotations + from kombu import Connection #: Create connection |