Skip to content

Commit ea7ed3e

Browse files
authored
repair a broken reference to run_check_call within test_samples.py (Azure#25721)
1 parent 7d5d60f commit ea7ed3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/devops_tasks/test_run_samples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
except ImportError:
1818
from subprocess32 import TimeoutExpired, check_call, CalledProcessError
1919
from ci_tools.functions import compare_python_version
20+
from common_tasks import run_check_call
2021

2122
logging.getLogger().setLevel(logging.INFO)
2223

0 commit comments

Comments
 (0)