Skip to content

Commit d85558d

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

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)