Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
oniboni committed Jun 2, 2024
1 parent c3e94cd commit ba84667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from tests.utils import MkDocsHelper, get_expected_log_line


def _assert_error_block(err_msg:str, index_html: str):
def _assert_error_block(err_msg: str, index_html: str):
index_soup = bs4.BeautifulSoup(index_html)
details_tag = index_soup.find("details")
assert isinstance(details_tag, bs4.Tag), "Error message container not in resulting HTML"
Expand Down

0 comments on commit ba84667

Please sign in to comment.