Updated session_output_writer.py

This commit is contained in:
Marek Wolan
2024-06-10 14:46:06 +00:00
parent 2d54d482a0
commit d1bbab71b7

View File

@@ -2,7 +2,7 @@
raise DeprecationWarning( raise DeprecationWarning(
"Benchmarking depends on deprecated functionality and it has not been updated to primaite v3 yet." "Benchmarking depends on deprecated functionality and it has not been updated to primaite v3 yet."
) )
# © Crown-owned copyright 2023, Defence Science and Technology Laboratory UK # © Crown-owned copyright 2024, Defence Science and Technology Laboratory UK
import csv import csv
from logging import Logger from logging import Logger
from typing import Final, List, Tuple, TYPE_CHECKING, Union from typing import Final, List, Tuple, TYPE_CHECKING, Union