diff options
Diffstat (limited to 't/unit/asynchronous/aws/test_aws.py')
-rw-r--r-- | t/unit/asynchronous/aws/test_aws.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/unit/asynchronous/aws/test_aws.py b/t/unit/asynchronous/aws/test_aws.py index 93d92e4b..736fdf8a 100644 --- a/t/unit/asynchronous/aws/test_aws.py +++ b/t/unit/asynchronous/aws/test_aws.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from unittest.mock import Mock from kombu.asynchronous.aws import connect_sqs |