agent: Improve description in BatchableTelemMixin docstring

This commit is contained in:
Mike Salvatore 2021-06-29 09:53:32 -04:00
parent d5a26ca6eb
commit 7e7d46d4e7
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ from infection_monkey.telemetry.i_batchable_telem import IBatchableTelem
class BatchableTelemMixin:
"""
Implements the IBatchableTelem interface methods using a list.
Implements the get_telemetry_batch() and add_telemetry_to_batch() methods from the
IBatchableTelem interface using a list.
"""
@property