make glyphSet required.. but Optional :)
This commit is contained in:
parent
d4408baf70
commit
1d9f267ad5
@ -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:
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user