Skip to content

Commit 54777f7

Browse files
committed
batch: document intermediate type
1 parent 9e6b543 commit 54777f7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/lenskit/batch/_results.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
from lenskit.data import GenericKey, ItemListCollection
1212

1313
type BatchResultRow = tuple[GenericKey, dict[str, object]]
14+
"""
15+
Results for a single query in the batch recommendations.
16+
"""
1417

1518

1619
class BatchResults:

0 commit comments

Comments
 (0)