We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb7df2 commit ca49f2aCopy full SHA for ca49f2a
1 file changed
tests/test_server.py
@@ -329,3 +329,8 @@ def test_valid_stats_list_rendered(self):
329
assert "alice" in result
330
assert "100" in result
331
assert "bob" in result
332
+
333
334
+def process_4(items):
335
+ """Process batch."""
336
+ return [x for x in items if x]
0 commit comments