From bb8c7ba9781a06c9035ed902cffa0772c4a80066 Mon Sep 17 00:00:00 2001 From: black-isort-bot Date: Sun, 25 Jun 2023 04:24:18 +0000 Subject: [PATCH] [skip ci]: black/isort --- tests/test_functional.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/test_functional.py b/tests/test_functional.py index 0c95f9fb..230f94f4 100644 --- a/tests/test_functional.py +++ b/tests/test_functional.py @@ -666,12 +666,8 @@ def test_sejda_complex_paragraph_multiple_line_alignment( assert obj.stream == expected -def test_paragraph_complex( - sample_template_paragraph_complex, pdf_samples, request -): - expected_path = os.path.join( - pdf_samples, "test_paragraph_complex.pdf" - ) +def test_paragraph_complex(sample_template_paragraph_complex, pdf_samples, request): + expected_path = os.path.join(pdf_samples, "test_paragraph_complex.pdf") with open(expected_path, "rb+") as f: obj = PyPDFForm(sample_template_paragraph_complex).fill( {