Open tg2648 opened 12 months ago
The get_candidates_in_race() method returns a list of Candidate, which don't have the number_of_votes property. Used the _candidates_in_race property directly instead.
get_candidates_in_race()
Candidate
number_of_votes
_candidates_in_race
The
get_candidates_in_race()
method returns a list ofCandidate
, which don't have thenumber_of_votes
property. Used the_candidates_in_race
property directly instead.