From 9375ccc3a990eac36465c252b4041b15dbc819a8 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Thu, 21 May 2020 11:58:19 +0200 Subject: [PATCH] cleanup (#238) --- eth/p2p/rlpxcrypt.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/p2p/rlpxcrypt.nim b/eth/p2p/rlpxcrypt.nim index 6044477..7d09d9a 100644 --- a/eth/p2p/rlpxcrypt.nim +++ b/eth/p2p/rlpxcrypt.nim @@ -12,7 +12,7 @@ {.push raises: [Defect].} -import stew/ranges/stackarrays, nimcrypto, stew/results +import nimcrypto, stew/results from auth import ConnectionSecret export results