Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c9ff0c9

Browse files
committedDec 28, 2023
lint
1 parent c913f92 commit c9ff0c9

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)
Please sign in to comment.