Split and barrel cloud module for merge.

This commit is contained in:
dandds
2020-01-26 18:38:02 -05:00
parent ff172b43b2
commit 37a5218a1d
17 changed files with 1577 additions and 1512 deletions

View File

@@ -8,7 +8,7 @@ run_python_lint() {
}
run_python_typecheck() {
run_command "mypy --ignore-missing-imports --follow-imports=skip atst/domain/csp/cloud.py"
run_command "mypy --ignore-missing-imports --follow-imports=skip atst/domain/csp/cloud/__init__.py"
return $?
}