python / typeshed

Collection of library stubs for Python, with static types
Other
4.39k stars 1.77k forks source link

Remove unused allowlist entry #13107

Closed AlexWaygood closed 4 days ago

AlexWaygood commented 4 days ago

Fixes stubtest failures on main. I assume there was a merge race or something between two PRs that meant that the entry is now unused? Not sure.

github-actions[bot] commented 4 days ago

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

brianschubert commented 4 days ago

I assume there was a merge race or something between two PRs that meant that the entry is now unused?

FTR: Think so, #13093 and #13088 each added some encodings.cp* submodules. On their own they each still needed the allowlist entry, but together they cleared it.