Add an empty line

Because the world will explode if not
This commit is contained in:
Nyall Dawson 2017-09-26 16:04:58 +10:00
parent bcb3e5f425
commit 9d8854fc10

View File

@ -170,5 +170,6 @@ class TestQgsFeatureSource(unittest.TestCase):
for id, f in original_features.items():
self.assertEqual(new_features[id].attributes()[0], f.attributes()[0])
if __name__ == '__main__':
unittest.main()