Skip to content

Commit 50d924b

Browse files
Remove carriage returns from doc file (#8884) (#8886)
Closes #8883 (cherry picked from commit a57dd01) Co-authored-by: Mark Byrne <[email protected]>
1 parent c6658ba commit 50d924b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__all__ = ["is_palindrome", "main"]
2-
3-
from is_palindrome import is_palindrome
4-
from main import main
1+
__all__ = ["is_palindrome", "main"]
2+
3+
from is_palindrome import is_palindrome
4+
from main import main

0 commit comments

Comments
 (0)