Skip to content

Commit 95c9454

Browse files
committed
fix linter
1 parent 9bd8c3b commit 95c9454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtmux/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def retry(
2727
*,
2828
interval=RETRY_INTERVAL_SECONDS,
2929
raises=True,
30-
):
30+
):
3131
"""
3232
Retry a function until a condition meets or the specified time passes.
3333

0 commit comments

Comments
 (0)