Skip to content

Commit

Permalink
[skip ci]: black/isort
Browse files Browse the repository at this point in the history
black-isort-bot committed Apr 12, 2024
1 parent 1101bb4 commit b15c319
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_functional_simple.py
Original file line number Diff line number Diff line change
@@ -130,7 +130,9 @@ def test_fill_complex_fonts(sample_template_with_complex_fonts, pdf_samples, req


def test_undo_checkbox(pdf_samples, request):
expected_path = os.path.join(pdf_samples, "simple", "undo", "test_undo_checkbox.pdf")
expected_path = os.path.join(
pdf_samples, "simple", "undo", "test_undo_checkbox.pdf"
)
with open(expected_path, "rb+") as f:
obj = FormWrapper(
os.path.join(pdf_samples, "simple", "undo", "sample_template_filled.pdf")

0 comments on commit b15c319

Please sign in to comment.