chore: pointed all waku node imports to the barrel import

This commit is contained in:
Lorenzo Delgado
2023-04-05 11:58:59 +02:00
committed by GitHub
parent 139428883f
commit e8448dfdbe
36 changed files with 39 additions and 39 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
import
std/[os, strutils, times, options], #options as what # TODO: Huh? Redefinition?
chronicles,
eth/common as eth_common,
chronicles,
eth/common as eth_common,
eth/keys,
json_rpc/[rpcclient, rpcserver],
libp2p/protobuf/minprotobuf
@@ -10,10 +10,10 @@ import
../../waku/v2/protocol/waku_store/rpc,
../../waku/v2/protocol/waku_message,
../../waku/v2/utils/time,
../../waku/v2/node/waku_node,
../../waku/v2/waku_node,
../../waku/v2/node/waku_payload,
../../waku/v2/node/jsonrpc/[jsonrpc_types,jsonrpc_utils]
from strutils import rsplit
template sourceDir: string = currentSourcePath.rsplit(DirSep, 1)[0]