Skip to content

Commit 8d89128

Browse files
authored
fix lint
1 parent 6ba5147 commit 8d89128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,8 +1401,8 @@ def test_drop_block(self, seed, dim, p, block_size, inplace):
14011401
@pytest.mark.parametrize("seed", range(10))
14021402
@pytest.mark.parametrize("dim", [2, 3])
14031403
@pytest.mark.parametrize("p", [0.1, 0.2])
1404-
@pytest.mark.parametrize("block_size", [3,])
1405-
@pytest.mark.parametrize("inplace", [False,])
1404+
@pytest.mark.parametrize("block_size", [3])
1405+
@pytest.mark.parametrize("inplace", [False])
14061406
def test_drop_block_random(self, seed, dim, p, block_size, inplace):
14071407
torch.manual_seed(seed)
14081408
batch_size = 5

0 commit comments

Comments
 (0)