Skip to content

Commit

Permalink
[test_InfoExtractor] PEP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Dec 13, 2020
1 parent 5ce9527 commit 03d3af9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_InfoExtractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def test_search_json_ld_realworld(self):
'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'})
Expand Down

0 comments on commit 03d3af9

Please sign in to comment.