Skip to content

Commit

Permalink
Fix incorrect indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Werner Lewis <[email protected]>
  • Loading branch information
wernerlewis committed Aug 8, 2022
1 parent 265e051 commit 6a31396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/generate_bignum_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def val_desc(val) -> str:
def get_value_pairs(cls) -> Iterator[Tuple[str, ...]]:
"""Generate value pairs."""
for pair in list(
itertools.combinations(cls.input_vals, 2)
itertools.combinations(cls.input_vals, 2)
) + cls.input_cases:
yield pair

Expand Down

0 comments on commit 6a31396

Please sign in to comment.