| Index: recipe_modules/step/config.py
|
| diff --git a/recipe_modules/step/config.py b/recipe_modules/step/config.py
|
| index ecb75f47f149759f39963e99e801298b21ddb69c..756a617a54e9a25dc3f0832409737e7b8753c7e7 100644
|
| --- a/recipe_modules/step/config.py
|
| +++ b/recipe_modules/step/config.py
|
| @@ -4,8 +4,9 @@
|
|
|
| import collections
|
|
|
| +from recipe_engine.config import List
|
| from recipe_engine.config import (config_item_context, ConfigGroup, ConfigList,
|
| - Dict, Single, Set, List)
|
| + Dict, Single, Set)
|
| from recipe_engine.config_types import Path
|
| from recipe_engine.util import Placeholder
|
|
|
|
|