minor: fix type hint

This commit is contained in:
Cosimo Lupo 2020-03-09 15:01:50 +00:00
parent d098789206
commit 82c2b3632f
No known key found for this signature in database
GPG Key ID: 20D4A261E4A0E642

View File

@ -68,7 +68,7 @@ def populateCOLRv0(
def buildCOLR(
colorGlyphs: Dict[str, List[Tuple[str, Union[int, ot.Paint]]]],
colorGlyphs: _ColorGlyphsDict,
version: Optional[int] = None,
glyphMap: Optional[Dict] = None,
varStore: Optional[ot.VarStore] = None,