Skip to content

Commit eb59a26

Browse files
committed
lint test file
1 parent d657e45 commit eb59a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/py/dynamo/converters/test_selu_aten.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def forward(self, x):
1212
return nn.functional.selu(x)
1313

1414
inputs = [torch.randn(1, 10)]
15-
15+
1616
# Here, selu re-uses elu op
1717
self.run_test(TestModule(), inputs, expected_ops={torch.ops.aten.elu.default})
1818

0 commit comments

Comments
 (0)