Skip to content

Commit a9d148d

Browse files
iupaikov-amdjithunnair-amd
authored andcommitted
Removed whitespace
1 parent 8fbb36e commit a9d148d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torch/testing/_internal/common_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,6 @@ def wrap_fn(self, *args, **kwargs):
18921892
if not result:
18931893
reason = f"skipIfRocm: Not enough free VRAM on current ROCm device. Available {free_global:.2f} GB | Required {required_amount:.2f} GB."
18941894
raise unittest.SkipTest(reason)
1895-
18961895
return fn(self, *args, **kwargs)
18971896
return wrap_fn
18981897
return dec_fn

0 commit comments

Comments
 (0)