Minor style change in collector manager

This commit is contained in:
Thomas Roehl 2024-12-19 14:05:32 +01:00
parent 0c95439159
commit d1e406f765

View File

@ -6,8 +6,8 @@ import (
"sync"
"time"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
lp "github.com/ClusterCockpit/cc-energy-manager/pkg/cc-message"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
mct "github.com/ClusterCockpit/cc-metric-collector/pkg/multiChanTicker"
)