1289
1291
def _remove_pack_indices(self, pack, ignore_missing=False):
1290
1292
"""Remove the indices for pack from the aggregated indices.
1292
1294
:param ignore_missing: Suppress KeyErrors from calling remove_index.
1295
1297
attr_name = index_type + '_index'
1296
1298
aggregate_index = getattr(self, attr_name)
1297
1299
if aggregate_index is not None: