Skip to content

Commit ebcd511

Browse files
committed
fix lint
1 parent 9f46241 commit ebcd511

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_torch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,8 @@ def test_deterministic_resize(self, device, dtype):
13371337
# point tensors with NaN and integer tensors with MAX_INT
13381338
@skipXLA
13391339
@skipIfTorchInductor("https://github.com/pytorch/pytorch/issues/113707")
1340-
@dtypes(*all_types_and_complex_and(torch.half, torch.bool, torch.bfloat16, torch.uint16, torch.uint32, torch.uint64, torch.complex32))
1340+
@dtypes(*all_types_and_complex_and(
1341+
torch.half, torch.bool, torch.bfloat16, torch.uint16, torch.uint32, torch.uint64, torch.complex32))
13411342
def test_deterministic_empty(self, device, dtype):
13421343
gen_fns = [
13431344
lambda: torch.empty(10, 9, device=device, dtype=dtype),

0 commit comments

Comments
 (0)