Skip to content

Commit

Permalink
Add from __future__ import annotations to hypothesis_helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Sep 3, 2024
1 parent 4caff28 commit 8c65f66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions array_api_tests/hypothesis_helpers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import re
from contextlib import contextmanager
from functools import reduce, wraps
Expand Down

0 comments on commit 8c65f66

Please sign in to comment.