mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
mergefix(): fixed issue with master merge
This commit is contained in:
parent
8a95c563bb
commit
fce2e341d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user