Skip to content

Commit

Permalink
Fixed PEP8 missing blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
marioba authored and m-kuhn committed Aug 7, 2017
1 parent f187c43 commit 0409da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/qgis/voronoi.py
Expand Up @@ -897,6 +897,7 @@ def computeDelaunayTriangulation(points):
sl = SiteList(pts)
voronoi(sl, c)


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

0 comments on commit 0409da3

Please sign in to comment.