diff --git a/array_api_tests/hypothesis_helpers.py b/array_api_tests/hypothesis_helpers.py index 54255cb4..eeb470f7 100644 --- a/array_api_tests/hypothesis_helpers.py +++ b/array_api_tests/hypothesis_helpers.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import re from contextlib import contextmanager from functools import reduce, wraps