microsoft / python-type-stubs

A set of type stubs for popular Python packages. These are works in progress from the Microsoft Python team and others, with the intent that they are contributed to typeshed or to the associated packages once sufficiently complete.
MIT License
249 stars 96 forks source link

Remove import from same file #269

Closed debonte closed 1 year ago

debonte commented 1 year ago

Fixes https://github.com/microsoft/python-type-stubs/issues/268

I did a quick scan of the other matplotlib stub files and didn't see any other issues of this sort.