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 ff71733 commit b086743Copy full SHA for b086743
libtmux/test.py
@@ -33,7 +33,7 @@ def __next__(self):
33
fixtures_dir = os.path.realpath(os.path.join(current_dir, "fixtures"))
34
35
36
-def retry(seconds: Optional[float] = RETRY_TIMEOUT_SECONDS) -> bool:
+def retry(seconds: float = RETRY_TIMEOUT_SECONDS) -> bool:
37
"""
38
Retry a block of code until a time limit or ``break``.
39
0 commit comments