1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-09 06:48:30 +00:00

formatting

This commit is contained in:
bashonly 2025-06-10 03:07:41 +00:00 committed by GitHub
parent ddd45c493f
commit 4d277ffcaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
import contextlib import contextlib
import io import io
@ -285,5 +286,6 @@ def test(target, expected, current_version=None, current_commit=None, identifier
test('fork/yt-dlp@broken', UpdateInfo('broken')) test('fork/yt-dlp@broken', UpdateInfo('broken'))
self.assertIn('One of either version or commit hash must be available on the release', stderr.getvalue()) self.assertIn('One of either version or commit hash must be available on the release', stderr.getvalue())
if __name__ == '__main__': if __name__ == '__main__':
unittest.main() unittest.main()