Some whitespace fixes to make newer versions of flake8 happy

This commit is contained in:
Eduard Braun 2016-11-27 18:47:17 +01:00
parent 6cf8c2b7d9
commit 25549b35d3
4 changed files with 9 additions and 0 deletions

View file

@ -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()