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 Jun 25, 2023
1 parent 5213ff7 commit bb8c7ba
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
{
Expand Down

0 comments on commit bb8c7ba

Please sign in to comment.