Skip to content

Commit

Permalink
Add explicit coding (utf-8)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Aug 30, 2024
1 parent 7d3510b commit 331153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testrail_api_reporter/utils/reporter_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 331153c

Please sign in to comment.