Cleanup: Python imports
Split over lines to diff more easily.
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
import bpy
|
||||
from bpy.types import Operator
|
||||
from bpy.props import (
|
||||
BoolProperty,
|
||||
StringProperty,
|
||||
)
|
||||
BoolProperty,
|
||||
StringProperty,
|
||||
)
|
||||
|
||||
|
||||
def _lang_module_get(sc):
|
||||
@@ -167,4 +167,4 @@ classes = (
|
||||
ConsoleCopyAsScript,
|
||||
ConsoleExec,
|
||||
ConsoleLanguage,
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user