Browse Source

PEP8/PyLint on test_component.py

Roland Haroutiounian 9 years ago
parent
commit
73a01889d2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      EditorialModel/test/test_component.py

+ 1
- 1
EditorialModel/test/test_component.py View File

@@ -32,7 +32,7 @@ class TestEmComponent(unittest.TestCase):
32 32
                 self.assertTrue(comp1 == comp2)
33 33
 
34 34
                 if not comp1.modify_rank(1):
35
-                    continue #modification not made, drop this test
35
+                    continue  # modification not made, drop this test
36 36
 
37 37
                 self.assertNotEqual(hash(comp1), hash(comp2), "hashes are the same after a modification of rank on one of the two components")
38 38
                 self.assertFalse(comp1 == comp2)

Loading…
Cancel
Save