[Bf-blender-cvs] [0db26fd8289] soc-2020-testing-frameworks: Remove extra import statement

Himanshi Kalra noreply at git.blender.org
Sun Aug 30 15:15:34 CEST 2020


Commit: 0db26fd82893bd10cf8b9ea9c001ce8c061376aa
Author: Himanshi Kalra
Date:   Sun Aug 30 18:23:05 2020 +0530
Branches: soc-2020-testing-frameworks
https://developer.blender.org/rB0db26fd82893bd10cf8b9ea9c001ce8c061376aa

Remove extra import statement

===================================================================

M	tests/python/operators.py

===================================================================

diff --git a/tests/python/operators.py b/tests/python/operators.py
index 3c9b53d80b8..bc754fcd5a8 100644
--- a/tests/python/operators.py
+++ b/tests/python/operators.py
@@ -26,7 +26,7 @@ from random import shuffle, seed
 seed(0)
 
 sys.path.append(os.path.dirname(os.path.realpath(__file__)))
-from modules.mesh_test import OperatorTest, MeshTest, OperatorSpecEditMode, RunTest
+from modules.mesh_test import MeshTest, OperatorSpecEditMode, RunTest
 
 # Central vertical loop of Suzanne
 MONKEY_LOOP_VERT = {68, 69, 71, 73, 74, 75, 76, 77, 90, 129, 136, 175, 188, 189, 198, 207,



More information about the Bf-blender-cvs mailing list