Skip to content

Commit

Permalink
fix py lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Feb 21, 2024
1 parent 1cf6abe commit d897a4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration_tests/test_sign_offline.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ def get_network_config(grpc_port, chain_id):


# FIXME
@pytest.mark.skip(reason="chainlibpy is not maintained, need to refactor this test case")
@pytest.mark.skip(
reason="chainlibpy is not maintained, need to refactor this test case"
)
def test_sign_offline(cluster):
"""
check simple transfer tx success
Expand Down

0 comments on commit d897a4d

Please sign in to comment.