From cb66a28d821906957a8f092b999f531e4a3a4571 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 26 Nov 2018 09:26:15 +1100 Subject: Cleanup: unused vars, imports --- tests/python/bl_mesh_validate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/python/bl_mesh_validate.py') diff --git a/tests/python/bl_mesh_validate.py b/tests/python/bl_mesh_validate.py index e1dd097b2e0..47a5e5efe47 100644 --- a/tests/python/bl_mesh_validate.py +++ b/tests/python/bl_mesh_validate.py @@ -114,7 +114,7 @@ def test_builtins(): getattr(bpy.ops.mesh, func)(location=(x * 2.5, y * 2.5, 0)) data = bpy.context.active_object.data try: - for n in range(BUILTINS_NBRCHANGES): + for _ in range(BUILTINS_NBRCHANGES): rnd = random.randint(1, 3) if rnd == 1: # Make fun with some edge. -- cgit v1.2.3