| Index: recipe_engine/unittests/checker_test.py
|
| diff --git a/recipe_engine/unittests/checker_test.py b/recipe_engine/unittests/checker_test.py
|
| index c7eacd21db5529bacfcda54223b4fc965d590c8c..04935915f6e76494ca149cbfb9cfcb09ea02432b 100755
|
| --- a/recipe_engine/unittests/checker_test.py
|
| +++ b/recipe_engine/unittests/checker_test.py
|
| @@ -3,9 +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 json
|
| -import os
|
| -import subprocess
|
| import sys
|
| import unittest
|
| import copy
|
| @@ -14,8 +11,6 @@ from collections import OrderedDict
|
|
|
| import test_env
|
|
|
| -import mock
|
| -
|
| from expect_tests.type_definitions import CheckFrame
|
| from recipe_engine import checker
|
|
|
|
|