summaryrefslogtreecommitdiff
path: root/kombu/asynchronous/aws/ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/asynchronous/aws/ext.py')
-rw-r--r--kombu/asynchronous/aws/ext.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/kombu/asynchronous/aws/ext.py b/kombu/asynchronous/aws/ext.py
index 2dedc812..1fa4a57e 100644
--- a/kombu/asynchronous/aws/ext.py
+++ b/kombu/asynchronous/aws/ext.py
@@ -1,5 +1,7 @@
"""Amazon boto3 interface."""
+from __future__ import annotations
+
try:
import boto3
from botocore import exceptions