diff options
Diffstat (limited to 't/unit/asynchronous/aws/case.py')
-rw-r--r-- | t/unit/asynchronous/aws/case.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/unit/asynchronous/aws/case.py b/t/unit/asynchronous/aws/case.py index 56c70812..220cd700 100644 --- a/t/unit/asynchronous/aws/case.py +++ b/t/unit/asynchronous/aws/case.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import pytest import t.skip |