Skip to content

Commit ccd5989

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e906e59 commit ccd5989

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-
# Ensure there is ONE blank newline at the end of this file (to fix W292)
38+
# Ensure there is ONE blank newline at the end of this file (to fix W292)

0 commit comments

Comments
 (0)