Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Apr 20, 2017
1 parent f022858 commit 5b8c083
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -120,7 +120,6 @@ def processAlgorithm(self, feedback):
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):
Expand Down

0 comments on commit 5b8c083

Please sign in to comment.