Cleanup: unused imports

This commit is contained in:
2019-03-17 20:57:47 +11:00
parent a19e78aa2d
commit ad9addbf46
7 changed files with 9 additions and 9 deletions

View File

@@ -19,8 +19,15 @@
# <pep8 compliant>
import bpy
from bpy.types import Menu, Operator, Panel, WindowManager
from bpy.props import StringProperty, BoolProperty
from bpy.types import (
Menu,
Operator,
WindowManager,
)
from bpy.props import (
BoolProperty,
StringProperty,
)
# For preset popover menu
WindowManager.preset_name = StringProperty(