mirror of
https://github.com/django/django.git
synced 2025-03-09 17:02:43 +00:00
Fixed negligible formatting error.
This commit is contained in:
parent
542fd80a27
commit
b239c3d27e
@ -58,6 +58,7 @@ def to_list(value):
|
||||
value = [value]
|
||||
return value
|
||||
|
||||
|
||||
def assert_and_parse_html(self, html, user_msg, msg):
|
||||
try:
|
||||
dom = parse_html(html)
|
||||
|
Loading…
x
Reference in New Issue
Block a user