diff options
Diffstat (limited to 't/unit/asynchronous/aws/sqs/test_queue.py')
-rw-r--r-- | t/unit/asynchronous/aws/sqs/test_queue.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/unit/asynchronous/aws/sqs/test_queue.py b/t/unit/asynchronous/aws/sqs/test_queue.py index 56812831..70f10a75 100644 --- a/t/unit/asynchronous/aws/sqs/test_queue.py +++ b/t/unit/asynchronous/aws/sqs/test_queue.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from unittest.mock import Mock import pytest |