def trusted_users(self) -> AbstractSet[str]: """Return a list of trusted users. Trusted users will not be checked for CLA. """ return frozenset()