refactor: imports

This commit is contained in:
Swann
2020-04-01 11:34:24 +02:00
parent fef088e39b
commit 776664149e
17 changed files with 77 additions and 69 deletions

View File

@ -28,7 +28,6 @@ import bpy
import mathutils
from . import environment, presence
from .libs import dump_anything
logger = logging.getLogger(__name__)
logger.setLevel(logging.WARNING)