File tree Expand file tree Collapse file tree 5 files changed +22
-22
lines changed
Expand file tree Collapse file tree 5 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1515 to_tuple ,
1616)
1717
18- from web3 .datastructures import (
19- AttributeDict ,
20- )
21- from web3 .exceptions import (
22- MismatchedABI ,
23- )
2418from web3 ._utils .encoding import (
2519 hexstr_if_str ,
2620 to_bytes ,
3226 compose ,
3327 curry ,
3428)
29+ from web3 .datastructures import (
30+ AttributeDict ,
31+ )
32+ from web3 .exceptions import (
33+ MismatchedABI ,
34+ )
3535
3636from .abi import (
3737 exclude_indexed_event_inputs ,
Original file line number Diff line number Diff line change 2828 to_text ,
2929)
3030from web3 ._utils .ens import (
31- is_ens_name ,
3231 StaticENS ,
32+ is_ens_name ,
3333 validate_name_has_address ,
3434)
3535from web3 ._utils .toolz import (
Original file line number Diff line number Diff line change 55 is_list_like ,
66)
77
8+ from web3 ._utils .empty import (
9+ empty ,
10+ )
11+ from web3 ._utils .threads import (
12+ spawn ,
13+ )
814from web3 .datastructures import (
915 NamedElementOnion ,
1016)
2531from web3 .providers import (
2632 AutoProvider ,
2733)
28- from web3 ._utils .empty import (
29- empty ,
30- )
31- from web3 ._utils .threads import (
32- spawn ,
33- )
3434
3535
3636class RequestManager :
Original file line number Diff line number Diff line change 22 is_dict ,
33)
44
5- from web3 .datastructures import (
6- AttributeDict ,
7- )
85from web3 ._utils .toolz import (
96 assoc ,
107)
8+ from web3 .datastructures import (
9+ AttributeDict ,
10+ )
1111
1212
1313def attrdict_middleware (make_request , web3 ):
Original file line number Diff line number Diff line change 55 to_dict ,
66)
77
8- from web3 .datastructures import (
9- NamedElementOnion ,
10- )
11- from web3 .middleware import (
12- http_retry_request_middleware ,
13- )
148from web3 ._utils .http import (
159 construct_user_agent ,
1610)
1711from web3 ._utils .request import (
1812 make_post_request ,
1913)
14+ from web3 .datastructures import (
15+ NamedElementOnion ,
16+ )
17+ from web3 .middleware import (
18+ http_retry_request_middleware ,
19+ )
2020
2121from .base import (
2222 JSONBaseProvider ,
You can’t perform that action at this time.
0 commit comments