From fe38377a317b614b093a057ae412c3953d3d0674 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Mon, 12 Jun 2023 16:17:09 +0200 Subject: [PATCH] DAS: code cleanup - imports Signed-off-by: Csaba Kiraly --- das/das.nim | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/das/das.nim b/das/das.nim index cf00b19..8a05ba5 100644 --- a/das/das.nim +++ b/das/das.nim @@ -1,16 +1,10 @@ import - std/[options, sequtils, random, math], - asynctest, - bearssl/rand, + std/[random, math], chronicles, chronos, - nimcrypto, - libp2p/crypto/[crypto, secp], - libp2p/[multiaddress, multicodec, multihash, routing_record, signed_envelope], libp2pdht/dht, libp2pdht/discv5/crypto as dhtcrypto, libp2pdht/discv5/protocol as discv5_protocol, - stew/byteutils, tests/dht/test_helper logScope: