Skip to content

Commit

Permalink
Remove carriage returns from doc file (#8884) (#8886)
Browse files Browse the repository at this point in the history
Closes #8883

(cherry picked from commit a57dd01)

Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and mbyrnepr2 committed Jul 26, 2023
1 parent c6658ba commit 50d924b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/data/messages/t/too-many-lines/good/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__all__ = ["is_palindrome", "main"]

from is_palindrome import is_palindrome
from main import main
__all__ = ["is_palindrome", "main"]

from is_palindrome import is_palindrome
from main import main

0 comments on commit 50d924b

Please sign in to comment.