Skip to content

Commit ec3a7e8

Browse files
committed
fix: Resolve final W293 whitespace error
1 parent 984ea67 commit ec3a7e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

other/palindrome_check.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ def is_palindrome(text: str) -> bool:
3333
if __name__ == "__main__":
3434
# Standard boilerplate for running documentation examples as tests.
3535
import doctest
36-
doctest.testmod()
37-
36+
doctest.testmod()

0 commit comments

Comments
 (0)