mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Remove dead code
This commit is contained in:
parent
1328a2bb4b
commit
28152b4c24
@ -1132,10 +1132,6 @@ class TestQgsProcessingInPlace(QgisTestCase):
|
||||
alg, parameters, context=context, feedback=feedback, raise_exceptions=True
|
||||
)
|
||||
|
||||
pks = set()
|
||||
for f in gpkg_layer.getFeatures():
|
||||
pks.add(f.attribute(0))
|
||||
|
||||
self.assertTrue(gpkg_layer.commitChanges())
|
||||
|
||||
def test_regenerate_fid(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user