[test_utils] PEP 8
authorSergey M․ <dstftw@gmail.com>
Sat, 14 May 2016 14:46:33 +0000 (20:46 +0600)
committerSergey M․ <dstftw@gmail.com>
Sat, 14 May 2016 14:46:33 +0000 (20:46 +0600)
test/test_utils.py

index 26f66bff644589d04381339260aa64718d9390d4..520d32ff505e66bc577004440a4082bc643d5249 100644 (file)
@@ -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'})