C3M1 - Unexpected arguments error

Hi, I’m having an unexpected arguments error and am not what is causing it to occur. I should be calling for anchor_label correctly.

If I try to remove anchor_label from the function call it gives me the opposite error (i.e. at least one parameter is required). Missing this is keeping me from completing the assignment in full.

for which exercise did you encounter this error?

Also kindly post screenshot of complete error. if the error is too lengthy then take two separate screenshots and post them.

You using incorrect function for indices of all the anchor labels, it should be self.labels_to_indices and not self.get_labels_to_indices

screenshot hint from exercise