Skip to content

Commit 1efe583

Browse files
committed
cleanup
1 parent d228bdb commit 1efe583

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/test_transforms_v2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ def test_common(self, transform, adapter, container_type, image_or_video, de_ser
238238
tensor=torch.empty(5),
239239
array=np.empty(5),
240240
)
241-
242241
if adapter is not None:
243242
input = adapter(transform, input, device)
244243

torchvision/datapoints/_dataset_wrapper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from __future__ import annotations
44

55
import collections.abc
6+
67
import contextlib
78
from collections import defaultdict
89

0 commit comments

Comments
 (0)