Skip to content

Commit 33c1f80

Browse files
committed
isort fixups
1 parent 7a0fb00 commit 33c1f80

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

tests/integration/go_ethereum/test_goethereum_ws.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from tests.integration.utils import (
77
wait_for_ws,
88
)
9-
109
from web3 import Web3
1110

1211
from .common import (

tests/integration/parity/test_parity_http.py

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from tests.integration.parity.utils import (
55
wait_for_http,
66
)
7-
87
from web3 import Web3
98
from web3.utils.module_testing import (
109
NetModuleTest,

tests/integration/parity/test_parity_ipc.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from tests.integration.parity.utils import (
66
wait_for_socket,
77
)
8-
98
from web3 import Web3
109
from web3.utils.module_testing import (
1110
NetModuleTest,

tests/integration/parity/test_parity_ws.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from tests.integration.utils import (
88
wait_for_ws,
99
)
10-
1110
from web3 import Web3
1211
from web3.utils.module_testing import (
1312
NetModuleTest,

0 commit comments

Comments
 (0)