Skip to content

Commit

Permalink
fix python lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Oct 26, 2022
1 parent cc3cec5 commit c303b90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions integration_tests/test_streamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ def decode_stream_file(data, body_cls=StoreKVPairs, header_cls=None, footer_cls=


@pytest.mark.skip(
reason=("state streamers in current 0.46.x version is broken,"
"ref: https://github.com/cosmos/cosmos-sdk/issues/13457")
reason=(
"state streamers in current 0.46.x version is broken,"
"ref: https://github.com/cosmos/cosmos-sdk/issues/13457"
)
)
def test_streamers(cronos):
"""
Expand Down

0 comments on commit c303b90

Please sign in to comment.