Fix linter

This commit is contained in:
Elyse 2023-03-11 20:02:52 -06:00
parent 79ae58a5c4
commit 5e4699a623
1 changed files with 0 additions and 1 deletions

View File

@ -425,7 +425,6 @@ class TestUtil(unittest.TestCase):
# but yt-dlp uses UTC to keep things consistent
self.assertEqual(unified_timestamp('2023-03-11T06:48:34.008'), 1678517314)
def test_determine_ext(self):
self.assertEqual(determine_ext('http://example.com/foo/bar.mp4/?download'), 'mp4')
self.assertEqual(determine_ext('http://example.com/foo/bar/?download', None), None)