mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-13 23:41:55 +08:00
* Removed unused import symbols from stdlib stubs and fixed a few other errors detected by pyright. I did a similar pass several months ago; these were introduced since then. * Added a few missing types and type arguments. Removed unused import statement. Removed default values that caused overloads to have overlapping signatures. Co-authored-by: Eric Traut <erictr@microsoft.com>