Skip to content

Commit

Permalink
Remove carriage returns from doc file (#8884)
Browse files Browse the repository at this point in the history
Closes #8883
  • Loading branch information
mbyrnepr2 authored Jul 26, 2023
1 parent fd29367 commit a57dd01
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 a57dd01

Please sign in to comment.