mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
indentation fix
This commit is contained in:
parent
f022858643
commit
5b8c083da7
@ -120,7 +120,6 @@ class RandomExtractWithinSubsets(GeoAlgorithm):
|
||||
selValue = value if method != 1 else int(round(value * len(subset), 0))
|
||||
selran.extend(random.sample(subset, selValue))
|
||||
|
||||
|
||||
features = vector.features(layer)
|
||||
total = 100.0 / len(features)
|
||||
for (i, feat) in enumerate(selran):
|
||||
|
Loading…
x
Reference in New Issue
Block a user