1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

[test:update] fix style code

Co-authored-by: grqx <173253225+grqx@users.noreply.github.com>
This commit is contained in:
Víctor Schmidt 2025-06-09 13:32:20 -03:00 committed by GitHub
parent 2720157593
commit a5c8eb4c17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -301,5 +301,6 @@ def test_version_info_error(api_response, expected_msg):
expected_msg='One of either version or commit hash must be available on the release',
)
if __name__ == '__main__':
unittest.main()