Cleanup: unused imports

This commit is contained in:
2019-03-14 15:14:43 +11:00
parent c567dd5ad9
commit 0bd45a2d51
28 changed files with 4 additions and 35 deletions

View File

@@ -23,7 +23,6 @@ from bpy.types import Header, Menu, Panel
from bpy.app.translations import pgettext_iface as iface_
from bl_ui.utils import PresetPanel
from .properties_grease_pencil_common import (
AnnotationDrawingToolsPanel,
AnnotationDataPanel,
GreasePencilToolsPanel,
)