From 331153cdd07b93b04d7f0a4d071cb475f74eed4a Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Fri, 30 Aug 2024 15:46:06 +0200 Subject: [PATCH] Add explicit coding (utf-8) --- testrail_api_reporter/utils/reporter_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testrail_api_reporter/utils/reporter_utils.py b/testrail_api_reporter/utils/reporter_utils.py index 18c3c23..3f47fed 100644 --- a/testrail_api_reporter/utils/reporter_utils.py +++ b/testrail_api_reporter/utils/reporter_utils.py @@ -108,7 +108,7 @@ def check_captions_and_files( return return_value -def init_get_cases_process() -> tuple[list, bool, None, None, int]: +def init_get_cases_process() -> tuple: """ Service function to initialize a process