Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-03-04 03:03:36 +0300
committerCampbell Barton <campbell@blender.org>2022-03-04 03:07:37 +0300
commit0a4fdcbb5fe3b33a276d2ab54a1e68db0fe24fd4 (patch)
tree82e9335bb27bd9917baf7d9a714f5575505b8937 /tests
parent6bca614fd877f9c0fa0c1ddf5361f5c6218d690d (diff)
Cleanup: unused Python variables & imports
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bl_mesh_validate.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/python/bl_mesh_validate.py b/tests/python/bl_mesh_validate.py
index 38d84c42a55..9a9384ce777 100644
--- a/tests/python/bl_mesh_validate.py
+++ b/tests/python/bl_mesh_validate.py
@@ -7,7 +7,6 @@
import bpy
-import sys
import random