about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2020-12-13 23:47:13 +0700
committerSergey M․ <dstftw@gmail.com>2020-12-13 23:47:13 +0700
commit03d3af9768502cd2cabd1e9302c6884824ea7068 (patch)
tree8421706c4619106e0894143553efa2dd9575fc40 /test
parent5ce9527e169012b6489d9580db6bf8cb14e80c5e (diff)
downloadyoutube-dl-03d3af9768502cd2cabd1e9302c6884824ea7068.tar.gz
youtube-dl-03d3af9768502cd2cabd1e9302c6884824ea7068.tar.xz
youtube-dl-03d3af9768502cd2cabd1e9302c6884824ea7068.zip
[test_InfoExtractor] PEP 8
Diffstat (limited to 'test')
-rw-r--r--test/test_InfoExtractor.py1
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'})