Skip to content

Commit ca49f2a

Browse files
committed
add type annotations
1 parent 9fb7df2 commit ca49f2a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/test_server.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,3 +329,8 @@ def test_valid_stats_list_rendered(self):
329329
assert "alice" in result
330330
assert "100" in result
331331
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

Comments
 (0)