Skip to content

Commit

Permalink
Add a blank.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Jul 3, 2023
1 parent 4e2ef1f commit 9339ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fed/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def resolve_dependencies(current_party, current_fed_task_id, *args, **kwargs):
resolved.append(arg.get_ray_object_ref())
else:
logger.debug(
f'Insert recv_op, arg task id {arg.get_fed_task_id()}, current'
f'Insert recv_op, arg task id {arg.get_fed_task_id()}, current '
f'task id {current_fed_task_id}'
)
if arg.get_ray_object_ref() is not None:
Expand Down

0 comments on commit 9339ba9

Please sign in to comment.