Some whitespace fixes to make newer versions of flake8 happy
This commit is contained in:
parent
26abe21486
commit
e77a4481f8
4 changed files with 9 additions and 0 deletions
|
|
@ -52,5 +52,6 @@ class ElementSelectorWithProperty(unittest.TestCase):
|
|||
self.assertEqual(len(r[0]['properties']), 1, 'Property list for foo did not have 1')
|
||||
self.assertEqual(r[0]['properties']['bar'], 'baz', 'Property bar did not have baz value')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue