Spaces:
Running
Running
| class GitHubClient: | |
| def status(self) -> dict[str, str]: | |
| return {"status": "reserved", "integration": "github"} | |
| class GitHubClient: | |
| def status(self) -> dict[str, str]: | |
| return {"status": "reserved", "integration": "github"} | |