diff options
author | Grail Finder (aider) <wohilas@gmail.com> | 2025-03-29 16:18:23 +0300 |
---|---|---|
committer | Grail Finder (aider) <wohilas@gmail.com> | 2025-03-29 16:18:23 +0300 |
commit | af412b94f4af388416580cb755b180092658664a (patch) | |
tree | 3e2c870afd2da9fc91cac7138ed1af55ff34f6bc | |
parent | 9101f684d0121984061c3786759622a270edf0f6 (diff) |
chore: remove unused context import in handlers_test.go
-rw-r--r-- | internal/handlers/handlers_test.go | 1 |
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" |