Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Jan 4, 2024
1 parent 6e7469b commit a7113f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/integration_tests/test_tracers.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
import pytest
import itertools
import json
from concurrent.futures import ThreadPoolExecutor, as_completed

from web3 import Web3
from .network import Ethermint

from .expected_constants import (
EXPECTED_CALLTRACERS,
EXPECTED_CONTRACT_CREATE_TRACER,
EXPECTED_STRUCT_TRACER,
)
from web3._utils.contracts import encode_transaction_data
from .network import Ethermint
from .utils import (
ADDRS,
CONTRACTS,
Expand Down

0 comments on commit a7113f7

Please sign in to comment.