Skip to content

Commit 99700f8

Browse files
committed
syntax issue
1 parent f19d87b commit 99700f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_case.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,3 @@ def test_palindrome_list(self):
9393
arr = [1, 2, 3, 2, 1]
9494
expected = [1, 2, 3, 2, 1]
9595
assert reverseArray(arr) == expected
96-
97-
98-
U

0 commit comments

Comments
 (0)