Skip to content

Commit 7d4509b

Browse files
committed
add retry logic
1 parent f4a2410 commit 7d4509b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ def format_2(val):
88
def format_8(val):
99
"""Format: improve test coverage"""
1010
return str(val).strip()
11+
12+
13+
def format_14(val):
14+
"""Format: add retry logic"""
15+
return str(val).strip()

0 commit comments

Comments
 (0)