From c3e791db0d8c469741412556a1a9a3a5a4a514d0 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 24 Feb 2020 23:30:46 -0600 Subject: [PATCH] remove unused imports --- libp2p/protocols/secure/secio.nim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libp2p/protocols/secure/secio.nim b/libp2p/protocols/secure/secio.nim index 61e6ef64e..db11c7e4a 100644 --- a/libp2p/protocols/secure/secio.nim +++ b/libp2p/protocols/secure/secio.nim @@ -6,7 +6,6 @@ ## at your option. ## This file may not be copied, modified, or distributed except according to ## those terms. -import options import chronos, chronicles import nimcrypto/[sysrand, hmac, sha2, sha, hash, rijndael, twofish, bcmode] import secure, @@ -17,8 +16,7 @@ import secure, ../../crypto/crypto, ../../crypto/ecnist, ../../protobuf/minprotobuf, - ../../peer, - ../../stream/bufferstream + ../../peer export hmac, sha2, sha, hash, rijndael, bcmode logScope: