Skip to content

Commit fb207b5

Browse files
committed
fix: Resolve final W292 newline error
1 parent e906e59 commit fb207b5

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
@@ -34,4 +34,4 @@ def is_palindrome(text: str) -> bool:
3434
# Standard boilerplate for running documentation examples as tests.
3535
import doctest
3636
doctest.testmod()
37-
# Ensure there is ONE blank newline at the end of this file (to fix W292)
37+

0 commit comments

Comments
 (0)