def _removeValueFromLeaf(self, existing_leaf_sequence, to_remove):
     without_removed = VerifyingAdapterRegistry._removeValueFromLeaf(
         self, existing_leaf_sequence, to_remove)
     existing_leaf_sequence[:] = without_removed
     return existing_leaf_sequence