plistlib: fix PlistEncodable typing annotations to appease mypy
https://github.com/fonttools/fonttools/runs/4545664923?check_suite_focus=true#step:5:12
This commit is contained in:
parent
1b8f16b11f
commit
22266631d9
@ -151,7 +151,7 @@ PlistEncodable = Union[
|
|||||||
Data,
|
Data,
|
||||||
datetime,
|
datetime,
|
||||||
float,
|
float,
|
||||||
int,
|
Integral,
|
||||||
Mapping[str, Any],
|
Mapping[str, Any],
|
||||||
Sequence[Any],
|
Sequence[Any],
|
||||||
str,
|
str,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user