rm some unnecessary stew/shims/net imports to reduce deprecation warnings (#5806)
This commit is contained in:
parent
525b994e7d
commit
042169ac9d
|
@ -16,7 +16,7 @@ import
|
|||
confutils/toml/defs as confTomlDefs,
|
||||
confutils/toml/std/net as confTomlNet,
|
||||
confutils/toml/std/uri as confTomlUri,
|
||||
serialization/errors, stew/shims/net as stewNet,
|
||||
serialization/errors,
|
||||
stew/[io2, byteutils], unicodedb/properties, normalize,
|
||||
eth/common/eth_types as commonEthTypes, eth/net/nat,
|
||||
eth/p2p/discoveryv5/enr,
|
||||
|
|
|
@ -14,8 +14,7 @@ import
|
|||
# Status libs
|
||||
results,
|
||||
stew/[leb128, endians2, byteutils, io2, bitops2],
|
||||
stew/shims/net as stewNet,
|
||||
stew/shims/[macros],
|
||||
stew/shims/macros,
|
||||
snappy,
|
||||
json_serialization, json_serialization/std/[net, sets, options],
|
||||
chronos, chronos/ratelimit, chronicles, metrics,
|
||||
|
|
Loading…
Reference in New Issue