mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-10 00:05:25 -04:00
Add an empty line
Because the world will explode if not
This commit is contained in:
parent
bcb3e5f425
commit
9d8854fc10
@ -170,5 +170,6 @@ class TestQgsFeatureSource(unittest.TestCase):
|
|||||||
for id, f in original_features.items():
|
for id, f in original_features.items():
|
||||||
self.assertEqual(new_features[id].attributes()[0], f.attributes()[0])
|
self.assertEqual(new_features[id].attributes()[0], f.attributes()[0])
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user