collect: removed extra gofish import

This commit is contained in:
David Allen 2024-10-23 11:30:07 -06:00
parent 4f6011381b
commit 265021056f
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -23,7 +23,6 @@ import (
"github.com/Cray-HPE/hms-xname/xnames"
_ "github.com/mattn/go-sqlite3"
"github.com/stmcginnis/gofish"
_ "github.com/stmcginnis/gofish"
"github.com/stmcginnis/gofish/redfish"
"golang.org/x/exp/slices"
)