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