mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Fixed #21287 -- Fixed E123 pep8 warnings
This commit is contained in:
parent
65750b8352
commit
a800036981
71 changed files with 152 additions and 152 deletions
|
@ -49,7 +49,7 @@ class TestUtilsHtml(TestCase):
|
|||
fourth=html.mark_safe("<i>safe again</i>")
|
||||
),
|
||||
"< Dangerous > <b>safe</b> < dangerous again <i>safe again</i>"
|
||||
)
|
||||
)
|
||||
|
||||
def test_linebreaks(self):
|
||||
f = html.linebreaks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue