diff --git a/scripts/helper_functions.py b/scripts/helper_functions.py index 299a7b6fca6..00f86405626 100644 --- a/scripts/helper_functions.py +++ b/scripts/helper_functions.py @@ -5,7 +5,9 @@ import sys import subprocess from reporting import ( - ensure, report + ensure, + report, + error, )