Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jun 27, 2024
1 parent e076c60 commit d80d117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmarks/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_true_dupes(data: dict) -> set:
):
pair_l = list(pair)
if len(pair_l) == 2:
a, b = pair
a, b = pair_l
duplicates.add(frozenset((a[0], b[0])))
return duplicates

Expand Down

0 comments on commit d80d117

Please sign in to comment.