fix: Remove unused import in cmd/web.go

This commit is contained in:
Arik Jones (aider)
2024-09-14 20:56:51 -05:00
parent c1755836b5
commit ece9492b30

View File

@@ -8,7 +8,6 @@ import (
"strings" "strings"
"time" "time"
md "github.com/JohannesKaufmann/html-to-markdown"
"github.com/spf13/cobra" "github.com/spf13/cobra"
"github.com/tnypxl/rollup/internal/scraper" "github.com/tnypxl/rollup/internal/scraper"
) )