Skip to content

Commit 03d1d0d

Browse files
author
black-isort-bot
committed
[skip ci]: black/isort
1 parent e1a35b4 commit 03d1d0d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

PyPDFForm/middleware/wrapper.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""Contains user API for PyPDFForm."""
33

44
from __future__ import annotations
5+
56
from typing import BinaryIO, Dict, Tuple, Union
67

78
from ..core import filler

PyPDFForm/middleware/wrapper_v2.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""Contains v2 user API for PyPDFForm."""
33

44
from __future__ import annotations
5+
56
from typing import BinaryIO, Dict, Union
67

78
from ..core import filler, font

0 commit comments

Comments
 (0)