浏览代码

mergefix(): fixed issue with master merge

Torkel Ödegaard 9 年之前
父节点
当前提交
fce2e341d2
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      pkg/models/streams.go

+ 3 - 1
pkg/models/streams.go

@@ -1,6 +1,8 @@
 package models
 
-import "gopkg.in/guregu/null.v3"
+import (
+	"github.com/grafana/grafana/pkg/components/null"
+)
 
 type TimePoint [2]null.Float
 type TimeSeriesPoints []TimePoint