Skip to content

Commit 5b0ea4a

Browse files
committed
remove stale comment
1 parent 3b57de7 commit 5b0ea4a

File tree

1 file changed

+0
-3
lines changed
  • hypothesis-python/src/hypothesis/internal/conjecture/shrinking

1 file changed

+0
-3
lines changed

hypothesis-python/src/hypothesis/internal/conjecture/shrinking/bytes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414

1515
class Bytes(Collection):
1616
def __init__(self, initial, predicate, **kwargs):
17-
# shrink by interpreting the bytes as an integer.
18-
# move to Collection.shrink when we support variable-size bytes,
19-
# because b'\x00\x02' could shrink to either b'\x00\x01' or b'\x02'.
2017
super().__init__(
2118
# implicit conversion from bytes to list of integers here
2219
list(initial),

0 commit comments

Comments
 (0)