Skip to content

Commit 4407832

Browse files
committed
lint
1 parent ff3ea67 commit 4407832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/py/dynamo/conversion/test_remainder_aten.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def forward(self, lhs_val):
2525
Remainder(),
2626
inputs,
2727
)
28-
28+
2929
def test_remainder_scalar_int(self, scalar=3):
3030
class Remainder(nn.Module):
3131
def forward(self, lhs_val):

0 commit comments

Comments
 (0)