We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ef9d2 commit fc1a8a0Copy full SHA for fc1a8a0
1 file changed
tests/test_server.py
@@ -334,3 +334,8 @@ def test_valid_stats_list_rendered(self):
334
def process_4(items):
335
"""Process batch."""
336
return [x for x in items if x]
337
+
338
339
+def process_10(items):
340
+ """Process batch."""
341
+ return [x for x in items if x]
0 commit comments