fpdf2: Remove redundant str | Literal['DEPRECATED'] union (#8650)

This commit is contained in:
Alex Waygood
2022-08-30 19:54:52 +01:00
committed by GitHub
parent 1dd533acc0
commit 8b222200e0

View File

@@ -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: ...