Skip to content

Commit

Permalink
[skip ci]: black/isort
Browse files Browse the repository at this point in the history
  • Loading branch information
black-isort-bot committed Mar 5, 2024
1 parent 8ac35a8 commit b061338
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,9 @@ def test_checkbox_change_size_and_button_style(template_stream, pdf_samples, req
assert obj.stream == expected


def test_radio_change_size_and_button_style(template_with_radiobutton_stream, pdf_samples, request):
def test_radio_change_size_and_button_style(
template_with_radiobutton_stream, pdf_samples, request
):
expected_path = os.path.join(
pdf_samples, "test_radio_change_size_and_button_style.pdf"
)
Expand Down

0 comments on commit b061338

Please sign in to comment.