Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1304)

Unified Diff: recipe_modules/step/config.py

Issue 2322093002: Track step nesting in StreamEngine (Reland). (Closed)
Patch Set: Might as well go deeper. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipe_modules/step/api.py ('k') | recipes.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « recipe_modules/step/api.py ('k') | recipes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698