Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zewenli98 committed Jan 2, 2024
1 parent ff3ea67 commit 4407832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py/dynamo/conversion/test_remainder_aten.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def forward(self, lhs_val):
Remainder(),
inputs,
)

def test_remainder_scalar_int(self, scalar=3):
class Remainder(nn.Module):
def forward(self, lhs_val):
Expand Down

0 comments on commit 4407832

Please sign in to comment.