Skip to content

Commit

Permalink
Fix typo in test_array.py
Browse files Browse the repository at this point in the history
Fix typo in test_array.py causing flake8 lint failure
  • Loading branch information
danchev authored Dec 19, 2024
1 parent cad4754 commit 5e2a8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
missing_ranges,
move_zeros,
plus_one_v1, plus_one_v2, plus_one_v3,
remove_duplicates
remove_duplicates,
rotate_v1, rotate_v2, rotate_v3,
summarize_ranges,
three_sum,
Expand Down

0 comments on commit 5e2a8f6

Please sign in to comment.