Skip to content

Commit 3935b3f

Browse files
committed
Proper import, remove tutorial
1 parent 25073eb commit 3935b3f

File tree

3 files changed

+2
-346
lines changed

3 files changed

+2
-346
lines changed

gallery/others/plot_video_api.py

Lines changed: 0 additions & 346 deletions
This file was deleted.

torchvision/io/_video_opt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import torch
77

88
from ..extension import _load_library
9+
from ._video_deprecation_warning import _raise_video_deprecation_warning
910

1011

1112
try:

torchvision/io/video_reader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import torch
77

88
from ..utils import _log_api_usage_once
9+
from ._video_deprecation_warning import _raise_video_deprecation_warning
910

1011
from ._video_opt import _HAS_CPU_VIDEO_DECODER
1112

0 commit comments

Comments
 (0)