Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwise-constructs committed Sep 20, 2024
1 parent da3b07f commit d7a97f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/functional/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,10 @@ def test_get_receipt_passes_receipt_when_private(
eth_tester_provider._web3 = mock_web3
try:
receipt_from_provider = eth_tester_provider.get_receipt(
receipt_from_invoke.txn_hash, timeout=5, private=True, transaction=receipt_from_invoke.transaction
receipt_from_invoke.txn_hash,
timeout=5,
private=True,
transaction=receipt_from_invoke.transaction,
)

finally:
Expand Down

0 comments on commit d7a97f2

Please sign in to comment.