diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-12-13 23:47:13 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-12-13 23:47:13 +0700 |
commit | 03d3af9768502cd2cabd1e9302c6884824ea7068 (patch) | |
tree | 8421706c4619106e0894143553efa2dd9575fc40 /test/test_InfoExtractor.py | |
parent | 5ce9527e169012b6489d9580db6bf8cb14e80c5e (diff) |
[test_InfoExtractor] PEP 8
Diffstat (limited to 'test/test_InfoExtractor.py')
-rw-r--r-- | test/test_InfoExtractor.py | 1 |
1 files changed, 0 insertions, 1 deletions
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'}) |