diff --git a/libp2p/multistream.nim b/libp2p/multistream.nim index 945d351fd..baa46f5c2 100644 --- a/libp2p/multistream.nim +++ b/libp2p/multistream.nim @@ -7,7 +7,7 @@ ## This file may not be copied, modified, or distributed except according to ## those terms. -import strutils, tables +import std/[strutils] import chronos, chronicles, stew/byteutils import stream/connection, vbuffer,