fix(handlers): remove unused os and mdb imports in integration test

Both packages were imported but not referenced in the file.
Go build tag "integration" still compiles them — caught by CI.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Molecule AI · core-be 2026-05-12 11:11:00 +00:00
parent 9797e4a017
commit b2064cab2b

View File

@ -32,12 +32,10 @@ import (
"fmt"
"net"
"net/http"
"os"
"sync"
"testing"
"time"
mdb "github.com/Molecule-AI/molecule-monorepo/platform/internal/db"
"github.com/alicebob/miniredis/v2"
)