remove unused imports

This commit is contained in:
Dmitriy Ryajov 2020-02-24 23:30:46 -06:00
parent f1a297f0f3
commit c3e791db0d
1 changed files with 1 additions and 3 deletions

View File

@ -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: