Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
Signed-off-by: Far <[email protected]>
  • Loading branch information
alexstroke1 authored and Far committed Nov 20, 2024
1 parent 0732e3b commit e4457dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pytests/iroha_cli_tests/src/iroha_cli/iroha_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,7 @@ def _read_and_update_json(self, template_filename, changes=None):
:return: The path to the temporary JSON file.
:rtype: str
"""
json_template_path = (
Path("common")
/ "json_isi_examples"
/ template_filename
)
json_template_path = Path("common") / "json_isi_examples" / template_filename
data = read_isi_from_json(str(json_template_path))

if changes:
Expand Down

0 comments on commit e4457dc

Please sign in to comment.