Skip to content

Commit 10e33ba

Browse files
author
black-isort-bot
committed
linting: black/isort
1 parent d3a9671 commit 10e33ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/fill_font.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919

2020
with open(PATH_TO_DOWNLOADED_SAMPLE_PDF_FORM, "rb+") as template:
2121
filled_pdf = PyPDFForm(
22-
template.read(), simple_mode=False, global_font="LiberationSerif-Regular",
22+
template.read(),
23+
simple_mode=False,
24+
global_font="LiberationSerif-Regular",
2325
).fill(
2426
{
2527
"test": "test_1",

0 commit comments

Comments
 (0)