瀏覽代碼

[test_InfoExtractor] PEP 8

Sergey M․ 4 年之前
父節點
當前提交
03d3af9768
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      test/test_InfoExtractor.py

+ 0 - 1
test/test_InfoExtractor.py

@@ -147,7 +147,6 @@ class TestInfoExtractor(unittest.TestCase):
                 'height': 1080,
                 'height': 1080,
             })
             })
 
 
-
     def test_download_json(self):
     def test_download_json(self):
         uri = encode_data_uri(b'{"foo": "blah"}', 'application/json')
         uri = encode_data_uri(b'{"foo": "blah"}', 'application/json')
         self.assertEqual(self.ie._download_json(uri, None), {'foo': 'blah'})
         self.assertEqual(self.ie._download_json(uri, None), {'foo': 'blah'})