python-pptx
python-pptx copied to clipboard
add_chart() returns `GraphicFrame` object but typed return annotation is `Chart`
pptx.shapes.shapetree._BaseGroupShapes.add_chart() returns GraphicFrame object but typed return annotation is Chart. This is causing issues with typecheckers.