Formatting

This commit is contained in:
Sybren A. Stüvel 2017-10-06 12:38:17 +02:00
parent cdb4bf4f4f
commit 1bfba64bdc

View File

@ -27,7 +27,6 @@ import os
from pathlib import Path, PurePath from pathlib import Path, PurePath
import typing import typing
if "bpy" in locals(): if "bpy" in locals():
import importlib import importlib
@ -39,7 +38,6 @@ if "bpy" in locals():
else: else:
from . import bam_interface, sdk from . import bam_interface, sdk
import bpy import bpy
from bpy.types import AddonPreferences, Operator, WindowManager, Scene, PropertyGroup from bpy.types import AddonPreferences, Operator, WindowManager, Scene, PropertyGroup
from bpy.props import StringProperty, EnumProperty, PointerProperty, BoolProperty, IntProperty from bpy.props import StringProperty, EnumProperty, PointerProperty, BoolProperty, IntProperty
@ -47,7 +45,6 @@ from bpy.props import StringProperty, EnumProperty, PointerProperty, BoolPropert
from .. import async_loop, pillar from .. import async_loop, pillar
from ..utils import pyside_cache, redraw from ..utils import pyside_cache, redraw
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
# Global flag used to determine whether panels etc. can be drawn. # Global flag used to determine whether panels etc. can be drawn.