Cleanup: remove some unused imports

This commit is contained in:
2021-11-05 16:25:21 +01:00
parent c931700fec
commit 4f49e8ca0b

View File

@@ -42,11 +42,10 @@ else:
from .. import blender
import bpy
from bpy.types import AddonPreferences, Operator, WindowManager, Scene, PropertyGroup
from bpy.types import Operator, PropertyGroup
from bpy.props import (
StringProperty,
EnumProperty,
PointerProperty,
BoolProperty,
IntProperty,
)