summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-05-14 20:46:33 +0600
committerSergey M․ <dstftw@gmail.com>2016-05-14 20:46:33 +0600
commit364cf465dd53e8006f5523c348f127f8df657bc3 (patch)
tree23eb29fa92a828fd7437c2f422e8c34d1198b789
parentca950f49e909baf6672034ffc2c1c2ee7133cf23 (diff)
downloadyoutube-dl-364cf465dd53e8006f5523c348f127f8df657bc3.tar.gz
youtube-dl-364cf465dd53e8006f5523c348f127f8df657bc3.tar.xz
youtube-dl-364cf465dd53e8006f5523c348f127f8df657bc3.zip
[test_utils] PEP 8
-rw-r--r--test/test_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_utils.py b/test/test_utils.py
index 26f66bff6..520d32ff5 100644
--- a/test/test_utils.py
+++ b/test/test_utils.py
@@ -670,7 +670,6 @@ class TestUtil(unittest.TestCase):
         on = js_to_json('{42:42}')
         self.assertEqual(json.loads(on), {'42': 42})
 
-
     def test_extract_attributes(self):
         self.assertEqual(extract_attributes('<e x="y">'), {'x': 'y'})
         self.assertEqual(extract_attributes("<e x='y'>"), {'x': 'y'})