Fix more linter issues.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ
2025-03-11 18:28:32 +01:00
parent 75296b4b7e
commit 97ce785056
7 changed files with 9 additions and 20 deletions

View File

@@ -5,7 +5,6 @@ import (
"encoding/json"
"errors"
"fmt"
"kvm/internal/usbgadget"
"os"
"os/exec"
"path/filepath"
@@ -15,6 +14,8 @@ import (
"github.com/pion/webrtc/v4"
"go.bug.st/serial"
"github.com/jetkvm/kvm/internal/usbgadget"
)
type JSONRPCRequest struct {