drop unused imports

This commit is contained in:
Aayush 2023-09-11 13:50:55 -04:00
parent cfaeb2718f
commit 89dede32ac

View File

@ -2,7 +2,6 @@ package modules
import (
"context"
"fmt"
"os"
"strconv"
"time"
@ -14,7 +13,6 @@ import (
"github.com/libp2p/go-libp2p/core/host"
"github.com/libp2p/go-libp2p/core/network"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/core/protocol"
"github.com/libp2p/go-libp2p/p2p/host/eventbus"
"go.uber.org/fx"
"golang.org/x/xerrors"