mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-05 15:31:32 +08:00
* Removed imported symbols that are not accessed or re-exported from within third_party stubs (part 4). These were all identified as unused symbols by the pyright type checker and language server. Co-authored-by: Eric Traut <erictr@microsoft.com>