Remove mock import.

This commit is contained in:
Alejandro Cabeza Romero 2024-08-28 18:30:27 +02:00
parent 2bbc2f3cb7
commit 64477145c4
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

@ -32,7 +32,7 @@ import
protocols/pubsub/rpc/messages,
]
import ../../libp2p/protocols/pubsub/errors as pubsub_errors
import ../helpers, ../utils/[async, futures, async, mock, tests]
import ../helpers, ../utils/[async, futures, async, tests]
proc `$`(peer: PubSubPeer): string =
shortLog(peer)