Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Jan 17, 2025
1 parent c1bb703 commit 49e5b70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python3_capsolver/core/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from typing import Generator

__all__ = ("attempts_generator",)


# Connection retry generator
def attempts_generator(amount: int = 16) -> Generator:
Expand Down

0 comments on commit 49e5b70

Please sign in to comment.