summaryrefslogtreecommitdiffstats
path: root/storperf/tests/carbon_tests/json_to_carbon_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'storperf/tests/carbon_tests/json_to_carbon_test.py')
-rw-r--r--storperf/tests/carbon_tests/json_to_carbon_test.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/storperf/tests/carbon_tests/json_to_carbon_test.py b/storperf/tests/carbon_tests/json_to_carbon_test.py
index 6d62418..d309b48 100644
--- a/storperf/tests/carbon_tests/json_to_carbon_test.py
+++ b/storperf/tests/carbon_tests/json_to_carbon_test.py
@@ -7,10 +7,9 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-import unittest
+from storperf.carbon.converter import JSONToCarbon
import json
-
-from carbon.converter import JSONToCarbon
+import unittest
class JSONToCarbonTest(unittest.TestCase):