Fixed PEP8 missing blank line

This commit is contained in:
Mario Baranzini 2017-08-07 09:52:13 +02:00 committed by Matthias Kuhn
parent f187c43280
commit 0409da3a4c

View File

@ -897,6 +897,7 @@ if __name__ == "__main__":
sl = SiteList(pts) sl = SiteList(pts)
voronoi(sl, c) voronoi(sl, c)
def cmp(a, b): def cmp(a, b):
"""Compare the two objects x and y and return an integer according to the """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 outcome. The return value is negative if x < y, zero if x == y and strictly