Skip to content

Commit

Permalink
Fix audit and python fmt CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Dec 6, 2023
1 parent 092eb61 commit 940b714
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 153 deletions.
192 changes: 39 additions & 153 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bindings/python/tests/test_protocol_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
with open('../../sdk/tests/types/fixtures/protocol_parameters.json', "r", encoding="utf-8") as json_file:
protocol_params_json = json.load(json_file)


def test_protocol_parameters():
protocol_params_dict = protocol_params_json['params']
protocol_params = ProtocolParameters.from_dict(protocol_params_dict)
Expand Down

0 comments on commit 940b714

Please sign in to comment.