in asfyaml/feature/github/__init__.py [0:0]
def gh(self) -> pygithub.Github: if self._gh is None: raise RuntimeError("something went wrong, gh is not set") else: return self._gh