1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-10-04 16:37:09 +02:00

[test_InfoExtractor] Fix flake8

This commit is contained in:
Yen Chi Hsuan 2017-11-27 21:30:47 +08:00
parent 5ddeb7702a
commit f58a506044

View File

@ -601,5 +601,6 @@ def test_parse_f4m_formats(self):
self.ie._sort_formats(formats)
expect_value(self, formats, expected_formats, None)
if __name__ == '__main__':
unittest.main()