Resolve "problems" identified by vscode

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-02-06 22:05:23 -07:00
parent 19e5972b5c
commit ec453863d5
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ import (
"crypto/sha256"
"encoding/hex"
"fmt"
"gopkg.in/yaml.v3"
"io"
"io/fs"
"net"
@@ -19,6 +18,8 @@ import (
"syscall"
"time"
"gopkg.in/yaml.v3"
"github.com/warewulf/warewulf/internal/pkg/wwlog"
)