Skip to content

Commit a1ec864

Browse files
authored
remove unused kwargs from make_grid (#7613)
1 parent 300a909 commit a1ec864

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torchvision/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def make_grid(
2929
value_range: Optional[Tuple[int, int]] = None,
3030
scale_each: bool = False,
3131
pad_value: float = 0.0,
32-
**kwargs,
3332
) -> torch.Tensor:
3433
"""
3534
Make a grid of images.

0 commit comments

Comments
 (0)