mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-15 15:46:46 +08:00
Adding the empty-tuple overload caused major problems for pyright, and that overload only deals with an unlikely edge case anyway. Get rid of it, and replace the fallback overload with a more general overload. Fixes #8270.