Skip to content

Commit 4938349

Browse files
committed
fix linelint
1 parent 27f07b2 commit 4938349

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

valid-parentheses/i-mprovising.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ def isValid(self, s: str) -> bool:
2020
if stack:
2121
return False
2222
return True
23-
24-

0 commit comments

Comments
 (0)