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 b086743 commit 72ffc0bCopy full SHA for 72ffc0b
libtmux/test.py
@@ -72,7 +72,7 @@ def retry_until(
72
fun: Callable,
73
seconds: float = RETRY_TIMEOUT_SECONDS,
74
*,
75
- interval: Optional[float] = RETRY_INTERVAL_SECONDS,
+ interval: float = RETRY_INTERVAL_SECONDS,
76
raises: Optional[bool] = True,
77
) -> bool:
78
"""
0 commit comments