Skip to content

Commit e057983

Browse files
Restore type for Pikefield
1 parent fce2980 commit e057983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formfyxer/pdf_wrangling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __str__(self) -> str:
6060
class PikeField(TypedDict):
6161
type: str
6262
var_name: str
63-
all: Any
63+
all: pikepdf.objects.Object
6464

6565

6666
BoundingBox = Tuple[int, int, int, int]

0 commit comments

Comments
 (0)