From aea00c7a81de90fd3f0b976ee1a7d5040c9f18e7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 13 Feb 2014 08:51:33 +1100 Subject: Code cleanup: style --- doc/python_api/examples/mathutils.kdtree.py | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/python_api/examples/mathutils.kdtree.py') diff --git a/doc/python_api/examples/mathutils.kdtree.py b/doc/python_api/examples/mathutils.kdtree.py index d367582e5be..18e61a2bc58 100644 --- a/doc/python_api/examples/mathutils.kdtree.py +++ b/doc/python_api/examples/mathutils.kdtree.py @@ -34,4 +34,3 @@ print("Close points within 0.5 distance") co_find = context.scene.cursor_location for (co, index, dist) in kd.find_range(co_find, 0.5): print(" ", co, index, dist) - -- cgit v1.2.3