Skip to content

Commit e6b58ce

Browse files
committed
update dev and stable
update dev and stable
1 parent 625fcf4 commit e6b58ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

je_auto_control/utils/generate_report/generate_json_report.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import json
22
from threading import Lock
3-
from typing import Dict
3+
from typing import Dict, Tuple
44

55
from je_auto_control.utils.exception.exception_tags import cant_generate_json_report
66
from je_auto_control.utils.exception.exceptions import AutoControlGenerateJsonReportException
77
from je_auto_control.utils.logging.loggin_instance import auto_control_logger
88
from je_auto_control.utils.test_record.record_test_class import test_record_instance
99

1010

11-
def generate_json() -> tuple[Dict[str, Dict[str, str]], Dict[str, Dict[str, str]]]:
11+
def generate_json() -> Tuple[Dict[str, Dict[str, str]], Dict[str, Dict[str, str]]]:
1212
auto_control_logger.info("generate_json")
1313
"""
1414
:return: two dict {success_dict}, {failure_dict}

0 commit comments

Comments
 (0)