commit: 03d3af9768502cd2cabd1e9302c6884824ea7068
parent 5ce9527e169012b6489d9580db6bf8cb14e80c5e
Author: Sergey M․ <dstftw@gmail.com>
Date: Sun, 13 Dec 2020 23:47:13 +0700
[test_InfoExtractor] PEP 8
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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'})