| Index: recipe_engine/unittests/config_test.py
|
| diff --git a/recipe_engine/unittests/config_test.py b/recipe_engine/unittests/config_test.py
|
| index c4dbcac0b70e80d60d15f04b8361bf49b7489bde..226185292502b462732f693e2ddc47b86831a2da 100755
|
| --- a/recipe_engine/unittests/config_test.py
|
| +++ b/recipe_engine/unittests/config_test.py
|
| @@ -3,13 +3,11 @@
|
| # 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 sys
|
| import unittest
|
|
|
| import test_env
|
|
|
| -from recipe_engine import loader, recipe_api, config
|
| +from recipe_engine import config
|
|
|
| class TestConfigGroupSchema(unittest.TestCase):
|
| def testNewReturnsConfigGroup(self):
|
|
|