Skip to content

Commit

Permalink
Remove List[int] from possible input types to cached_test_function's …
Browse files Browse the repository at this point in the history
…buffer
  • Loading branch information
qthequartermasterman committed May 9, 2024
1 parent 0703af0 commit d43cb93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ def new_shrinker(

def cached_test_function(
self,
buffer: Union[List[int], bytes, bytearray],
buffer: Union[bytes, bytearray],
*,
error_on_discard: bool = False,
extend: int = 0,
Expand Down

0 comments on commit d43cb93

Please sign in to comment.