Skip to content

Commit 33867e5

Browse files
committed
Fix import
1 parent 58a7c80 commit 33867e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_video_gpu_decoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import pytest
55
import torch
6-
from test.common_utils import needs_cuda
6+
from common_utils import needs_cuda
77
from torchvision.io import _HAS_GPU_VIDEO_DECODER, VideoReader
88

99
try:

0 commit comments

Comments
 (0)