diff --git a/automated_detection_testing/ci/detection_testing_batch/detection_testing_execution.py b/automated_detection_testing/ci/detection_testing_batch/detection_testing_execution.py index 9a8bdd341b..3b96cc8329 100644 --- a/automated_detection_testing/ci/detection_testing_batch/detection_testing_execution.py +++ b/automated_detection_testing/ci/detection_testing_batch/detection_testing_execution.py @@ -20,8 +20,8 @@ from datetime import timedelta from datetime import datetime import string import shutil -from typing import OrderedDict, Union - +from typing import Union +from collections import OrderedDict from tempfile import mkdtemp import csv