Cleanup: unused imports

This commit is contained in:
Campbell Barton
2019-03-15 19:45:21 +11:00
parent f29b80ff79
commit 41b289be30
5 changed files with 1 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
# This example adds an object mode tool to the toolbar.
# This is just the circle-select and lasso tools tool.
import bpy
from bpy.utils.toolsystem import ToolDef
from bpy.types import WorkSpaceTool
class MyTool(WorkSpaceTool):