Skip to content

Commit 9cf619c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 151f8f6 commit 9cf619c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fairseq/modules/checkpoint_activations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def unpack_kwargs(
9999

100100

101101
def split_non_tensors(
102-
mixed: Union[torch.Tensor, Tuple[Any]]
102+
mixed: Union[torch.Tensor, Tuple[Any]],
103103
) -> Tuple[Tuple[torch.Tensor], Dict[str, List[Any]]]:
104104
"""
105105
Usage::

0 commit comments

Comments
 (0)