We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a2410 commit 7d4509bCopy full SHA for 7d4509b
1 file changed
src/__init__.py
@@ -8,3 +8,8 @@ def format_2(val):
8
def format_8(val):
9
"""Format: improve test coverage"""
10
return str(val).strip()
11
+
12
13
+def format_14(val):
14
+ """Format: add retry logic"""
15
+ return str(val).strip()
0 commit comments