Cleanup: unused imports

This commit is contained in:
2021-03-06 19:24:07 +11:00
parent 9dc0c44aa1
commit 37793b90be
12 changed files with 2 additions and 20 deletions

View File

@@ -19,7 +19,6 @@
# <pep8-80 compliant>
import bpy
from bpy.types import Operator
from mathutils import Vector

View File

@@ -25,7 +25,6 @@ from bpy.props import (
BoolProperty,
EnumProperty,
FloatProperty,
FloatVectorProperty,
IntProperty,
)

View File

@@ -18,7 +18,6 @@
# <pep8 compliant>
import bpy
from bpy.types import Operator
from bpy.props import (