mirror of
https://github.com/Hopiu/django.git
synced 2026-04-05 07:31:03 +00:00
Fixed negligible formatting error.
This commit is contained in:
parent
542fd80a27
commit
b239c3d27e
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue