fix(openai_compat): remove unused log import

This commit is contained in:
Ethan1918 2026-07-04 14:34:58 +08:00
parent ffffb6a0cb
commit 79c075fba0

View file

@ -7,7 +7,6 @@ import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"io" "io"
"log"
"maps" "maps"
"net/http" "net/http"
"net/url" "net/url"