Skip to content

Commit b4c0823

Browse files
authored
Merge pull request #288 from asmeurer/annotations-fix
Add from __future__ import annotations to hypothesis_helpers.py
2 parents 4caff28 + 8c65f66 commit b4c0823

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

array_api_tests/hypothesis_helpers.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import re
24
from contextlib import contextmanager
35
from functools import reduce, wraps

0 commit comments

Comments
 (0)