From 5e2a8f6055de6be7e0a0e3bd66587803e7f8c38d Mon Sep 17 00:00:00 2001 From: Dobri Danchev <12420863+danchev@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:26:30 -0600 Subject: [PATCH] Fix typo in test_array.py Fix typo in test_array.py causing flake8 lint failure --- tests/test_array.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_array.py b/tests/test_array.py index f1ad11693..b73ecb17b 100644 --- a/tests/test_array.py +++ b/tests/test_array.py @@ -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,