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