From 5e4699a623a151ae11a68969bb53ac9b94c4fcf6 Mon Sep 17 00:00:00 2001 From: Elyse <26639800+elyse0@users.noreply.github.com> Date: Sat, 11 Mar 2023 20:02:52 -0600 Subject: [PATCH] Fix linter --- test/test_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_utils.py b/test/test_utils.py index c7e333522..87d6ef05b 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -425,7 +425,6 @@ def test_unified_timestamps(self): # 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)