Skip to content

Commit

Permalink
FreshworksFreshservice: apply UP015
Browse files Browse the repository at this point in the history
  • Loading branch information
Content Bot committed Jun 19, 2024
1 parent ae598c4 commit f2817ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


def util_load_json(file_name):
with open(os.path.join('test_data', file_name), mode='r',
with open(os.path.join('test_data', file_name),
encoding='utf-8') as mock_file:
return json.loads(mock_file.read())

Expand Down

0 comments on commit f2817ed

Please sign in to comment.