Skip to content

Commit 72f0006

Browse files
committed
remove typing from from_regex with bytes
1 parent 888a373 commit 72f0006

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • hypothesis-python/src/hypothesis/strategies/_internal

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,6 @@ def from_regex(
868868
regex: bytes | Pattern[bytes],
869869
*,
870870
fullmatch: bool = False,
871-
alphabet: str | SearchStrategy[str] | None = characters(codec="utf-8"),
872871
) -> SearchStrategy[bytes]: # pragma: no cover
873872
...
874873

0 commit comments

Comments
 (0)