forked from p34709852/monkey
agent: Improve description in BatchableTelemMixin docstring
This commit is contained in:
parent
d5a26ca6eb
commit
7e7d46d4e7
|
@ -5,7 +5,8 @@ from infection_monkey.telemetry.i_batchable_telem import IBatchableTelem
|
||||||
|
|
||||||
class BatchableTelemMixin:
|
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
|
@property
|
||||||
|
|
Loading…
Reference in New Issue