diff --git a/src/borg/repository.py b/src/borg/repository.py index 94807ee35..59e160cf3 100644 --- a/src/borg/repository.py +++ b/src/borg/repository.py @@ -286,12 +286,6 @@ def check_object(obj): logger.error(f"Finished {mode} repository check, errors found.") return objs_errors == 0 or repair - def __len__(self): - raise NotImplementedError - - def __contains__(self, id): - raise NotImplementedError - def list(self, limit=None, marker=None): """ list IDs starting from after id .