We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea1d13 commit aece711Copy full SHA for aece711
git_logger.py
@@ -34,7 +34,7 @@ def _init_clients(self, tokens: list[str]) -> list[dict]:
34
35
return clients
36
37
- def get_next_client(self) -> Github:
+ def get_next_client(self):
38
client = None
39
max_remaining_limit = -1
40
0 commit comments