mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-08 22:38:33 +00:00
formatting
This commit is contained in:
parent
ddd45c493f
commit
4d277ffcaa
@ -7,6 +7,7 @@
|
||||
|
||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
|
||||
|
||||
import contextlib
|
||||
import io
|
||||
|
||||
@ -285,5 +286,6 @@ def test(target, expected, current_version=None, current_commit=None, identifier
|
||||
test('fork/yt-dlp@broken', UpdateInfo('broken'))
|
||||
self.assertIn('One of either version or commit hash must be available on the release', stderr.getvalue())
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
Loading…
Reference in New Issue
Block a user