Closed Kartikeya-Kotkar closed 1 month ago
The type: ignore[return-value] was used to suppress a return type mismatch that likely no longer exists. Since mypy is now flagging it as unused, the directive can be safely removed.
Ended up fixing this directly while updating dependencies.
The type: ignore[return-value] was used to suppress a return type mismatch that likely no longer exists. Since mypy is now flagging it as unused, the directive can be safely removed.