From 0219881f61a20773ab836feb794fd647b4f8e0b1 Mon Sep 17 00:00:00 2001 From: "Arik Jones (aider)" Date: Thu, 19 Sep 2024 16:26:38 -0500 Subject: [PATCH] fix: remove unused import in cmd/web_test.go --- cmd/web_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/web_test.go b/cmd/web_test.go index f8a8fc8..0823049 100644 --- a/cmd/web_test.go +++ b/cmd/web_test.go @@ -4,7 +4,6 @@ import ( "testing" "strings" "github.com/tnypxl/rollup/internal/config" - "github.com/tnypxl/rollup/internal/scraper" ) func TestConvertPathOverrides(t *testing.T) {