Skip to content

Commit d1701fe

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

other/palindrome_check.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +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-
doctest.testmod()
37-
38-
3936

37+
doctest.testmod()

0 commit comments

Comments
 (0)