make glyphSet required.. but Optional :)

This commit is contained in:
Cosimo Lupo 2021-05-20 13:20:45 +01:00
parent d4408baf70
commit 1d9f267ad5

View File

@ -18,7 +18,7 @@ __all__ = ["TTGlyphPen", "TTGlyphPointPen"]
class _TTGlyphBasePen:
def __init__(
self,
glyphSet: Optional[Dict[str, Any]] = None,
glyphSet: Optional[Dict[str, Any]],
handleOverflowingTransforms: bool = True,
) -> None:
"""