Index: recipe_engine/unittests/step_runner_test.py |
diff --git a/recipe_engine/unittests/step_runner_test.py b/recipe_engine/unittests/step_runner_test.py |
index 5a39ce22a72fb43470fee2329f7f63731c86fedd..152b39efa80e34c460698fb83afdfeefa4bf3484 100755 |
--- a/recipe_engine/unittests/step_runner_test.py |
+++ b/recipe_engine/unittests/step_runner_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 os |
-import shutil |
-import sys |
-import tempfile |
import unittest |
import test_env |