We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a207aca commit 28ceac1Copy full SHA for 28ceac1
1 file changed
src/__init__.py
@@ -3,3 +3,8 @@
3
def format_2(val):
4
"""Format: add error handling"""
5
return str(val).strip()
6
+
7
8
+def format_8(val):
9
+ """Format: improve test coverage"""
10
+ return str(val).strip()
0 commit comments