Closed MiguelMonteiro closed 1 month ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
42d7a5c
) to head (a10d2e7
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What does this PR do?
Fixes callable protocol inheritance by making an exception for the
__call__
method as an allowed private method for checking the signatures of inherited classes.Before submitting