From 0409da3a4ca3b6370b0ddd67fe7affeb6748e68f Mon Sep 17 00:00:00 2001 From: Mario Baranzini Date: Mon, 7 Aug 2017 09:52:13 +0200 Subject: [PATCH] Fixed PEP8 missing blank line --- python/plugins/processing/algs/qgis/voronoi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/plugins/processing/algs/qgis/voronoi.py b/python/plugins/processing/algs/qgis/voronoi.py index 99fad9ab2b2..5ded8ecb878 100644 --- a/python/plugins/processing/algs/qgis/voronoi.py +++ b/python/plugins/processing/algs/qgis/voronoi.py @@ -897,6 +897,7 @@ if __name__ == "__main__": 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