commit | 108ac363ea39b7ec8ad075e374d5e27f0190d376 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Thu Jan 19 20:17:16 2017 +0200 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Thu Jan 19 20:17:16 2017 +0200 |
tree | 4c50c55ac0280d004303793ade0de64270edc3fd | |
parent | f286517ad5e59b92dc6177e217880b7decb1d578 [diff] [blame] |
working on reporting, this commit represent broking code state
diff --git a/wally/config.py b/wally/config.py index 7554fb8..2178d0c 100644 --- a/wally/config.py +++ b/wally/config.py
@@ -1,5 +1,6 @@ from typing import Any, Dict, Optional -from .result_classes import IStorable + +from .common_types import IStorable ConfigBlock = Dict[str, Any]