[test_InfoExtractor] PEP 8

This commit is contained in:
Sergey M․ 2020-12-13 23:47:13 +07:00
parent 5ce9527e16
commit 03d3af9768
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 0 additions and 1 deletions

View File

@ -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'})