mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-26 13:59:59 +00:00
Fix lint.
This commit is contained in:
parent
63549c71ef
commit
6ce53000f0
@ -208,10 +208,9 @@ class WaitForDelayedCallsMixin(PollMixin):
|
|||||||
|
|
||||||
@inline_callbacks
|
@inline_callbacks
|
||||||
def until(
|
def until(
|
||||||
action, # type: Callable[[], defer.Deferred[Any]]
|
action: Callable[[], defer.Deferred[Any]],
|
||||||
condition, # type: Callable[[], bool]
|
condition: Callable[[], bool],
|
||||||
):
|
) -> defer.Deferred[None]:
|
||||||
# type: (...) -> defer.Deferred[None]
|
|
||||||
"""
|
"""
|
||||||
Run a Deferred-returning function until a condition is true.
|
Run a Deferred-returning function until a condition is true.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user