Skip to content

Commit

Permalink
fix python lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy committed Jun 8, 2022
1 parent 525befb commit 8559d28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integration_tests/test_gravity.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,7 @@ def get_id_from_receipt(receipt):
"check the id after sendToChain call"
for _, log in enumerate(receipt.logs):
if log.topics[0] == HexBytes(
abi.event_signature_to_log_topic(
"__CronosSendToChainResponse(uint256)"
)
abi.event_signature_to_log_topic("__CronosSendToChainResponse(uint256)")
):
return log.data
return "0x0000000000000000000000000000000000000000000000000000000000000000"
Expand Down

0 comments on commit 8559d28

Please sign in to comment.