Skip to content

Commit

Permalink
Update test_valid_parentheses.py
Browse files Browse the repository at this point in the history
Trailing newlines
  • Loading branch information
ikostan committed Nov 30, 2024
1 parent 6741ceb commit 18c197a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kyu_7/valid_parentheses/test_valid_parentheses.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,3 @@ def test_valid_parentheses_large_invalid(self):
result: bool = valid_parentheses(test_str)
print_log(test_str=test_str, result=result)
self.assertFalse(result)

0 comments on commit 18c197a

Please sign in to comment.