JelleZijlstra / typeshed_client

Retrieve information from typeshed and other typing stubs
MIT License
20 stars 2 forks source link

Fix __all__ issues #72

Closed JelleZijlstra closed 1 year ago

JelleZijlstra commented 1 year ago

@AlexWaygood mind taking a look?

JelleZijlstra commented 1 year ago

Thanks, that was very useful feedback!

I think the tuple change also fixes what you saw with asyncio, I can't reproduce that any more.

I'll look into making the integration test fail if there are any warnings.

AlexWaygood commented 1 year ago

Thanks, that was very useful feedback!

No worries -- thanks for the quick fix!

AlexWaygood commented 1 year ago

I think the tuple change also fixes what you saw with asyncio, I can't reproduce that any more.

Yup, confirmed that this is now fixed on master!