8000 Removing blank line to satisfy linter · pytorch/pytorch@1790bfd · GitHub
[go: up one dir, main page]

Skip to content

Commit 1790bfd

Browse files
committed
Removing blank line to satisfy linter
1 parent c677667 commit 1790bfd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/inductor/test_torchinductor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8344,7 +8344,6 @@ def fn(a, b):
83448344
self.common(fn, [a, b])
83458345

83468346
def test_slice_scatter_types_promotion(self):
8347-
83488347
def fn(a, b):
83498348
return torch.slice_scatter(a, b, 0, start=6)
83508349

0 commit comments

Comments
 (0)
0