Cleanup: Python imports

Split over lines to diff more easily.
This commit is contained in:
Campbell Barton
2017-11-29 18:00:41 +11:00
parent c17c6557b4
commit ad7fb1c028
14 changed files with 67 additions and 47 deletions

View File

@@ -21,10 +21,10 @@
import bpy
from bpy.types import Operator
from bpy.props import (
StringProperty,
BoolProperty,
CollectionProperty,
)
BoolProperty,
CollectionProperty,
StringProperty,
)
# ########## Datablock previews... ##########
@@ -252,4 +252,4 @@ class WM_OT_previews_batch_clear(Operator):
classes = (
WM_OT_previews_batch_clear,
WM_OT_previews_batch_generate,
)
)