Cleanup: Python imports
Split over lines to diff more easily.
This commit is contained in:
@@ -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,
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user