Skip to content

Commit e9c538d

Browse files
committed
clean up imports
1 parent 21ed803 commit e9c538d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tools/crypto.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# This file may not be copied, modified, or distributed except according to
88
# those terms.
99

10-
import stew/byteutils
11-
import ../../libp2p/[crypto/crypto, transports/wstransport, transports/tls/certificate]
10+
import chronos/streams/tlsstream, stew/byteutils
11+
import ../../libp2p/[crypto/crypto, transports/tls/certificate]
1212

1313
type RngWrap = object
1414
rng: ref HmacDrbgContext

0 commit comments

Comments
 (0)