Skip to content

Commit 597612e

Browse files
authored
Update retry.py
1 parent 77b81f6 commit 597612e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

features/retry/retry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def test_retry_func():
3535

3636
# Decorator Method
3737

38+
# TODO: multi-threading
3839
def retry(func, times=0):
3940
def retried(*args, **kwargs):
4041
nonlocal times # closure

0 commit comments

Comments
 (0)