Skip to content

Commit

Permalink
Remove unnecessary text from docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng committed Sep 23, 2024
1 parent 9ecd5a6 commit c35eb77
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/py/flwr/cli/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ def stream_logs(run_id: int, channel: grpc.Channel, duration: int) -> None:


def print_logs(run_id: int, channel: grpc.Channel, timeout: int) -> None:
"""Print logs from the beginning of a run.
The `is_test` parameter is only used for `pytest` and must be `False` otherwise.
"""
"""Print logs from the beginning of a run."""
stub = ExecStub(channel)
req = StreamLogsRequest(run_id=run_id)

Expand Down

0 comments on commit c35eb77

Please sign in to comment.