mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-02 09:33:25 +08:00
fpdf2: Remove redundant str | Literal['DEPRECATED'] union (#8650)
This commit is contained in:
@@ -139,7 +139,7 @@ class FPDF:
|
||||
orientation: _Orientation = ...,
|
||||
unit: _Unit | float = ...,
|
||||
format: _Format | tuple[float, float] = ...,
|
||||
font_cache_dir: str | Literal["DEPRECATED"] = ...,
|
||||
font_cache_dir: Literal["DEPRECATED"] = ...,
|
||||
) -> None: ...
|
||||
@property
|
||||
def font_size_pt(self) -> float: ...
|
||||
|
||||
Reference in New Issue
Block a user