-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Fix doc building in CI #6884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix doc building in CI #6884
Changes from all commits
f356fd8
b2f6fe1
09454f0
7573e84
b33a68d
027a900
7f671ca
09c9f75
c85fef9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,9 +1,3 @@ | ||||||
| from typing import Any, Dict, Iterator | ||||||
|
|
||||||
| import torch | ||||||
|
|
||||||
| from ..utils import _log_api_usage_once | ||||||
|
Comment on lines
-1
to
-5
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These are no longer needed. Lines 14 to 15 in c4c0ef9
|
||||||
|
|
||||||
| from ._video_opt import ( | ||||||
| _HAS_VIDEO_OPT, | ||||||
| _probe_video_from_file, | ||||||
|
|
@@ -43,8 +37,6 @@ | |||||
| "_read_video_timestamps_from_memory", | ||||||
| "_probe_video_from_memory", | ||||||
| "_HAS_VIDEO_OPT", | ||||||
| "_read_video_clip_from_memory", | ||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These are no longer available. |
||||||
| "_read_video_meta_data", | ||||||
| "VideoMetaData", | ||||||
| "Timebase", | ||||||
| "ImageReadMode", | ||||||
|
|
@@ -58,6 +50,5 @@ | |||||
| "write_file", | ||||||
| "write_jpeg", | ||||||
| "write_png", | ||||||
| "Video", | ||||||
| "VideoReader", | ||||||
| ] | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was missing