8000 fix lint fails · pytorch/pytorch@0a4b8a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a4b8a0

Browse files
wdziurdzpytorchmergebot
authored andcommitted
fix lint fails
1 parent 2187e91 commit 0a4b8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dynamo/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def fn(x):
127127
opt_fn = torch.compile(fn, backend="eager", fullgraph=True)
128128
res = opt_fn(x)
129129
self.assertEqual(ref, res)
130-
130+
131131
def test_autocast_with_exception(self):
132132
class Optimizer(torch.autograd.Function):
133133
@staticmethod

0 commit comments

Comments
 (0)
0