mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
fpdf2: fix for 2.5.6 changes (#8546)
Life is much easier when upstream has some annotations Fixes #8545
This commit is contained in:
@@ -47,6 +47,8 @@ class Annotation(NamedTuple):
|
||||
border_width: int = ...
|
||||
name: AnnotationName | None = ...
|
||||
ink_list: tuple[int, ...] = ...
|
||||
field_type: str | None = ...
|
||||
value: str | None = ...
|
||||
|
||||
class TitleStyle(NamedTuple):
|
||||
font_family: str | None = ...
|
||||
|
||||
Reference in New Issue
Block a user