• 2026.05.10.post1 4421c4eede

    Ghost released this 2026-05-10 18:19:27 +02:00 | 3 commits to master since this release

    In the inspection output, we check function's return types via issubclass to see if an optimization can be made. Guard against this check in case the return type isn't a class -- it could be a Union[..., ...] from a conditional.

    Downloads