fix: remove unused import of "github.com/tnypxl/rollup/internal/config"

This commit is contained in:
Arik Jones (aider)
2024-09-14 15:16:36 -05:00
parent 8e89621ef0
commit 9660a12549

View File

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