Index: recipe_engine/unittests/post_process_test.py |
diff --git a/recipe_engine/unittests/post_process_test.py b/recipe_engine/unittests/post_process_test.py |
index 01b6e2a5679a68e8b85cc6b8d53a368858c096f3..1c5d3b4c06e34185a9a1b64844d23a132c111295 100755 |
--- a/recipe_engine/unittests/post_process_test.py |
+++ b/recipe_engine/unittests/post_process_test.py |
@@ -3,10 +3,6 @@ |
# Use of this source code is governed under the Apache License, Version 2.0 |
# that can be found in the LICENSE file. |
-import copy |
-import json |
-import os |
-import subprocess |
import sys |
import unittest |
@@ -14,8 +10,6 @@ from collections import OrderedDict |
import test_env |
-import mock |
- |
from recipe_engine import post_process |
from recipe_engine import checker |