aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_so_response_gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_so_response_gen.py')
-rw-r--r--test/test_so_response_gen.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/test_so_response_gen.py b/test/test_so_response_gen.py
index ab73ef6..6705cc8 100644
--- a/test/test_so_response_gen.py
+++ b/test/test_so_response_gen.py
@@ -16,10 +16,9 @@
# -------------------------------------------------------------------------
#
import unittest
-import json
-import yaml
+
+from apps.placement.optimizers.conductor.conductor import conductor_response_processor
from osdf.utils.interfaces import json_from_file
-from osdf.optimizers.placementopt.conductor.conductor import conductor_response_processor
from osdf.utils.interfaces import RestClient