From 1bfba64bdc8e743f943bd0c0f9748441f9e5e9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 6 Oct 2017 12:38:17 +0200 Subject: [PATCH] Formatting --- blender_cloud/flamenco/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/blender_cloud/flamenco/__init__.py b/blender_cloud/flamenco/__init__.py index 593e2fd..73ba584 100644 --- a/blender_cloud/flamenco/__init__.py +++ b/blender_cloud/flamenco/__init__.py @@ -27,7 +27,6 @@ import os from pathlib import Path, PurePath import typing - if "bpy" in locals(): import importlib @@ -39,7 +38,6 @@ if "bpy" in locals(): else: from . import bam_interface, sdk - import bpy from bpy.types import AddonPreferences, Operator, WindowManager, Scene, PropertyGroup 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 ..utils import pyside_cache, redraw - log = logging.getLogger(__name__) # Global flag used to determine whether panels etc. can be drawn.