Skip to content

Commit 8c65f66

Browse files
committed
Add from __future__ import annotations to hypothesis_helpers.py
1 parent 4caff28 commit 8c65f66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

array_api_tests/hypothesis_helpers.py

Lines changed: 2 additions & 0 deletions
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)