Skip to content

Commit cc6fee5

Browse files
author
black-isort-bot
committed
linting: black/isort
1 parent 029bd78 commit cc6fee5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tests/functional/scenario/test_issues.py

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
# -*- coding: utf-8 -*-
22

33
import os
4+
45
from PyPDFForm import PyPDFForm2
56

67

78
def test_pdf_form_with_pages_without_elements(pdf_directory):
8-
obj = PyPDFForm2(os.path.join(
9-
pdf_directory, "PPF-246.pdf"
10-
)).fill(
11-
{
12-
'QCredit': '5000.63'
13-
}
9+
obj = PyPDFForm2(os.path.join(pdf_directory, "PPF-246.pdf")).fill(
10+
{"QCredit": "5000.63"}
1411
)
1512

1613
with open(os.path.join(pdf_directory, "PPF-246-expected.pdf"), "rb+") as f:

0 commit comments

Comments
 (0)