Skip to content

Commit 573d729

Browse files
committed
fix cs
1 parent c52b444 commit 573d729

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/functional/test_components.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def testListComponents(self):
3838
self.assertFalse('rows' in configuration)
3939
self.assertFalse('state' in configuration)
4040

41-
4241
def testListComponentsIncludeConfigurations(self):
4342
components = self.components.list(include=['configuration', 'rows', 'state'])
4443
self.assertTrue(len(components) > 0)

0 commit comments

Comments
 (0)