Cleanup: unused vars, imports

This commit is contained in:
2018-11-26 09:27:25 +11:00
parent a0cde8ed08
commit 48b0695806
6 changed files with 16 additions and 18 deletions

View File

@@ -23,7 +23,6 @@ from bpy.types import Operator
from bpy.props import (
BoolProperty,
EnumProperty,
FloatProperty,
IntProperty,
StringProperty,
)