Skip to content

Commit dc9ed5d

Browse files
committed
fix: Resolve final W292 newline error
2 parents fb207b5 + ccd5989 commit dc9ed5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

other/palindrome_check.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ 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-
38+
# Ensure there is ONE blank newline at the end of this file (to fix W292)

0 commit comments

Comments
 (0)