Code styling

This commit is contained in:
Matthias Kuhn 2018-12-11 10:42:44 +01:00
parent 1d3e7d46d9
commit ad2a5cb626
No known key found for this signature in database
GPG Key ID: 7A7F1A1C90C3E6A7

View File

@ -495,5 +495,6 @@ class TestQgsCategorizedSymbolRenderer(unittest.TestCase):
self.assertEqual(result[1].label(), 'Two')
self.assertEqual(result[2].label(), '(3)')
if __name__ == "__main__":
unittest.main()