Skip to content

Commit 833bcf8

Browse files
[pre-commit.ci] auto code formatting
1 parent a66c0d0 commit 833bcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ def test_array_interface_mask_rejected():
993993
with pytest.raises(BufferError, match="mask is not supported"):
994994
view_as_array_interface(obj)
995995

996-
996+
997997
_torch_skip = pytest.mark.skipif(torch is None, reason="PyTorch is not installed")
998998

999999

0 commit comments

Comments
 (0)