trying to fix cadCAD/engine/__init__.py

This commit is contained in:
Joshua E. Jodesty 2019-02-27 14:43:22 -05:00
parent 9e9f7be17e
commit 7fc2e6503c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ EnvProcessesType = Dict[str, Callable]
SimulationType = Callable[
[
SimExecutor,
# SimExecutor,
VarDictType,
StatesListsType,
ConfigsType,