Skip to content

Commit

Permalink
fix: Fix pylint.
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyYang0714 committed Aug 27, 2024
1 parent 04ae3e9 commit 8b0055f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vis4d/common/distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ def all_gather_object_cpu( # type: ignore
Args:
data: any picklable object.
tmpdir: Save path for temporary files. If None, safely create tmpdir.
rank_zero_return_only: if results should only be returned on rank 0
rank_zero_return_only: if results should only be returned on rank 0.
use_system_tmp: if use system tmpdir or not.
Returns:
list[Any]: list of data gathered from each process.
Expand Down

0 comments on commit 8b0055f

Please sign in to comment.