Skip to content

Commit 090a506

Browse files
committed
Ruff
1 parent 5430fd9 commit 090a506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dataloaders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def test_load_data(data_name, expected):
3636
assert isinstance(dataset[0][0], torch.Tensor)
3737
assert isinstance(
3838
dataset[0][1], (int, torch.Tensor, np.ndarray)
39-
) # Should probably restrict this to only int or one-hot encoded tensor or array for consistency.
39+
) # Should probably restrict this to only int or one-hot encoded tensor or array for consistency.

0 commit comments

Comments
 (0)