engine: graph: Fix messy imports

This commit is contained in:
James Shubin
2025-05-05 20:21:10 -04:00
parent dad15f6adc
commit e2b6da01d8

View File

@@ -35,10 +35,8 @@ import (
"sync" "sync"
"github.com/purpleidea/mgmt/engine" "github.com/purpleidea/mgmt/engine"
"github.com/purpleidea/mgmt/pgraph"
//"github.com/purpleidea/mgmt/pgraph"
engineUtil "github.com/purpleidea/mgmt/engine/util" engineUtil "github.com/purpleidea/mgmt/engine/util"
"github.com/purpleidea/mgmt/pgraph"
) )
// Exporter is the main engine mechanism that sends the exported resource data // Exporter is the main engine mechanism that sends the exported resource data