Skip to content

Commit fa6da16

Browse files
authored
Update core.py
1 parent 64fa12c commit fa6da16

File tree

1 file changed

+1
-0
lines changed
  • hypothesis-python/src/hypothesis/strategies/_internal

1 file changed

+1
-0
lines changed

hypothesis-python/src/hypothesis/strategies/_internal/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,6 +1497,7 @@ class DrawFn(Protocol):
14971497
def list_and_index(draw: DrawFn) -> Tuple[int, str]:
14981498
i = draw(integers()) # type inferred as 'int'
14991499
s = draw(text()) # type inferred as 'str'
1500+
return i, s
15001501
15011502
"""
15021503

0 commit comments

Comments
 (0)