-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Add missing doc for get_video_backend #3643
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
Conversation
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.
Thanks @bjuncek , it looks like your editor automatically formatted some unrelated code: it's better to avoid this as it tends to break git blame
. In big PRs, it can also complicate the review with noisy changes
Co-authored-by: Nicolas Hug <[email protected]>
This reverts commit f9e847e 7d17834bece36614ca241c6db970.
Hi @NicolasHug - yeah makes sense. Sorry for the bother. I've reverted the change and only updated the docstring per your suggestion. Best, |
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.
Thanks! The docs CI was passing so I'll merge ;)
Summary: Reviewed By: NicolasHug Differential Revision: D27706956 fbshipit-source-id: c5e3f4030b9df7081d72ea9a2e307cadb9f0a676 Co-authored-by: Nicolas Hug <[email protected]> Co-authored-by: Nicolas Hug <[email protected]>
addressing #3633