summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrail Finder (aider) <wohilas@gmail.com>2025-03-29 16:18:23 +0300
committerGrail Finder (aider) <wohilas@gmail.com>2025-03-29 16:18:23 +0300
commitaf412b94f4af388416580cb755b180092658664a (patch)
tree3e2c870afd2da9fc91cac7138ed1af55ff34f6bc
parent9101f684d0121984061c3786759622a270edf0f6 (diff)
chore: remove unused context import in handlers_test.go
-rw-r--r--internal/handlers/handlers_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/handlers/handlers_test.go b/internal/handlers/handlers_test.go
index 5e89eb3..34b9927 100644
--- a/internal/handlers/handlers_test.go
+++ b/internal/handlers/handlers_test.go
@@ -1,7 +1,6 @@
package handlers
import (
- "context"
"log/slog"
"net/http"
"net/http/httptest"