mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 08:34:29 -05:00
I hit this `todo!` trying to run type inference over some real modules. Since it's a one-liner to implement it, I just did that rather than changing to `Type::Unknown`.