From 03d3af9768502cd2cabd1e9302c6884824ea7068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 13 Dec 2020 23:47:13 +0700 Subject: [PATCH] [test_InfoExtractor] PEP 8 --- test/test_InfoExtractor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_InfoExtractor.py b/test/test_InfoExtractor.py index 8745f3aac..dd69a681b 100644 --- a/test/test_InfoExtractor.py +++ b/test/test_InfoExtractor.py @@ -147,7 +147,6 @@ class TestInfoExtractor(unittest.TestCase): 'height': 1080, }) - def test_download_json(self): uri = encode_data_uri(b'{"foo": "blah"}', 'application/json') self.assertEqual(self.ie._download_json(uri, None), {'foo': 'blah'})