From af412b94f4af388416580cb755b180092658664a Mon Sep 17 00:00:00 2001
From: "Grail Finder (aider)" <wohilas@gmail.com>
Date: Sat, 29 Mar 2025 16:18:23 +0300
Subject: chore: remove unused context import in handlers_test.go

---
 internal/handlers/handlers_test.go | 1 -
 1 file changed, 1 deletion(-)

(limited to 'internal/handlers/handlers_test.go')

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"
-- 
cgit v1.2.3