Skip to content

Commit

Permalink
Carry over ellipsis comment into __array_helpers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
  • Loading branch information
honno and Zac-HD committed Aug 25, 2021
1 parent 8dee175 commit 232d22f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hypothesis-python/src/hypothesis/extra/__array_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
]

Shape = Tuple[int, ...]
# We silence flake8 here because it disagrees with mypy about `ellipsis` (`type(...)`)
BasicIndex = Tuple[Union[int, slice, None, "ellipsis"], ...] # noqa: F821


Expand Down

0 comments on commit 232d22f

Please sign in to comment.