Skip to content

Commit e8ad0b5

Browse files
committed
fix: Resolve final W293 whitespace error
1 parent 6a7d3c8 commit e8ad0b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

other/palindrome_check.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ def is_palindrome(text: str) -> bool:
3434
# Standard boilerplate for running documentation examples as tests.
3535
import doctest
3636
doctest.testmod()
37-
38-
39-
37+

0 commit comments

Comments
 (0)