def usernames(self) -> AbstractSet[str]: """Return an iterable of all the contributors' usernames.""" return frozenset() # pragma: no cover