浏览代码

[test_utils] PEP 8

Sergey M․ 9 年之前
父节点
当前提交
364cf465dd
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      test/test_utils.py

+ 0 - 1
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'})