Skip to content

Commit

Permalink
Refactor based on comments in PR ethereum#2457
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed May 25, 2022
1 parent 39a4822 commit f23fd94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/core/contracts/test_offchain_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
decode_abi,
)

from web3._utils.module_testing.module_testing_utils import (
mock_offchain_lookup_request_response,
)
from web3._utils.module_testing.offchain_lookup_contract import (
OFFCHAIN_LOOKUP_ABI,
OFFCHAIN_LOOKUP_BYTECODE,
OFFCHAIN_LOOKUP_BYTECODE_RUNTIME,
)
from web3._utils.module_testing.utils import (
mock_offchain_lookup_request_response,
)
from web3._utils.type_conversion import (
to_hex_if_bytes,
)
Expand Down
2 changes: 1 addition & 1 deletion web3/_utils/module_testing/eth_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from web3._utils.method_formatters import (
to_hex_if_integer,
)
from web3._utils.module_testing.utils import (
from web3._utils.module_testing.module_testing_utils import (
assert_contains_log,
async_mock_offchain_lookup_request_response,
mine_pending_block,
Expand Down
File renamed without changes.

0 comments on commit f23fd94

Please sign in to comment.