Skip to content

Commit 872f40f

Browse files
committed
mypy fix for too many arguments
1 parent b7f0e97 commit 872f40f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torchvision/models/maxvit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,6 @@ def _maxvit(
590590
attn_dropout=attn_dropout,
591591
partition_size=partition_size,
592592
input_size=input_size,
593-
**kwargs,
594593
)
595594

596595
if weights is not None:

0 commit comments

Comments
 (0)