Skip to content

Commit 5bc1798

Browse files
committed
Removing init from empty test
1 parent 3a18cd1 commit 5bc1798

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/py/dynamo/conversion/test_empty_aten.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ class TestEmptyConverter(DispatchTestCase):
5252
)
5353
def test_empty(self, name, shape_or_input, data_type):
5454
class TestModule(nn.Module):
55-
def __init__(self):
56-
super().__init__()
57-
5855
def forward(self, x):
5956
shape_or_input[0] = x.shape[0]
6057
return torch.ops.aten.empty.memory_format(

0 commit comments

Comments
 (0)