remove redundant whitespace
This commit is contained in:
		| @@ -1057,7 +1057,6 @@ class FieldTest(unittest.TestCase): | |||||||
|  |  | ||||||
|         BlogPost.drop_collection() |         BlogPost.drop_collection() | ||||||
|  |  | ||||||
|  |  | ||||||
|     def test_list_field_manipulative_operators(self): |     def test_list_field_manipulative_operators(self): | ||||||
|         """Ensure that ListField works with standard list operators that manipulate the list. |         """Ensure that ListField works with standard list operators that manipulate the list. | ||||||
|         """ |         """ | ||||||
| @@ -1346,7 +1345,6 @@ class FieldTest(unittest.TestCase): | |||||||
|         post.reload() |         post.reload() | ||||||
|         self.assertEqual(post.info, [1, 2, 3, 4, 'n5']) |         self.assertEqual(post.info, [1, 2, 3, 4, 'n5']) | ||||||
|  |  | ||||||
|  |  | ||||||
|     def test_list_field_passed_in_value(self): |     def test_list_field_passed_in_value(self): | ||||||
|         class Foo(Document): |         class Foo(Document): | ||||||
|             bars = ListField(ReferenceField("Bar")) |             bars = ListField(ReferenceField("Bar")) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user