Skip to content

Commit 2ec106a

Browse files
committed
fix: Final resolution for W293 whitespace
2 parents ce8ab1e + 5a7a617 commit 2ec106a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/palindrome_check.py

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

0 commit comments

Comments
 (0)