Browse Source

rm dead import

Signed-off-by: Alex Meijer <ameijer@kubecost.com>
Alex Meijer 3 years ago
parent
commit
7c5d081a8d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pkg/kubecost/allocation_json.go

+ 0 - 1
pkg/kubecost/allocation_json.go

@@ -5,7 +5,6 @@ import (
 	"math"
 	"time"
 
-	"github.com/opencost/opencost/pkg/log"
 	"github.com/opencost/opencost/pkg/util/json"
 )