Skip to content

Commit 0409da3

Browse files
mariobam-kuhn
authored andcommitted
Fixed PEP8 missing blank line
1 parent f187c43 commit 0409da3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/plugins/processing/algs/qgis/voronoi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,7 @@ def computeDelaunayTriangulation(points):
897897
sl = SiteList(pts)
898898
voronoi(sl, c)
899899

900+
900901
def cmp(a, b):
901902
"""Compare the two objects x and y and return an integer according to the
902903
outcome. The return value is negative if x < y, zero if x == y and strictly

0 commit comments

Comments
 (0)