diff --git a/scripts/devops_tasks/test_run_samples.py b/scripts/devops_tasks/test_run_samples.py index b0b555ec89c1..1f1d36e1c90e 100644 --- a/scripts/devops_tasks/test_run_samples.py +++ b/scripts/devops_tasks/test_run_samples.py @@ -17,6 +17,7 @@ except ImportError: from subprocess32 import TimeoutExpired, check_call, CalledProcessError from ci_tools.functions import compare_python_version +from common_tasks import run_check_call logging.getLogger().setLevel(logging.INFO)