Explorar el Código

mergefix(): fixed issue with master merge

Torkel Ödegaard hace 9 años
padre
commit
fce2e341d2
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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