Removed unused imports
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
import json
|
import json
|
||||||
import multiprocessing
|
|
||||||
import os
|
|
||||||
import platform
|
import platform
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
@@ -9,7 +9,6 @@ import sys
|
|||||||
from foundation import (config,
|
from foundation import (config,
|
||||||
logger,
|
logger,
|
||||||
util,)
|
util,)
|
||||||
from dateutil import parser
|
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Base support class.
|
# Base support class.
|
||||||
|
@@ -11,8 +11,6 @@ import bpy
|
|||||||
from bpy.types import Panel, Scene
|
from bpy.types import Panel, Scene
|
||||||
from bpy.props import EnumProperty, IntProperty, FloatProperty
|
from bpy.props import EnumProperty, IntProperty, FloatProperty
|
||||||
from ..foundation import (benchrunner,
|
from ..foundation import (benchrunner,
|
||||||
buildbot,
|
|
||||||
config,
|
|
||||||
logger,
|
logger,
|
||||||
progress,
|
progress,
|
||||||
system_info,
|
system_info,
|
||||||
|
Reference in New Issue
Block a user