Remove unused import

pull/3759/head
Iris Scholten 2018-06-25 09:21:53 -07:00
parent 03eec57d2d
commit ecd5475c10
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ import {
TOOLTIP_Y_VALUE_FORMAT,
} from 'src/dashboards/constants/cellEditor'
import {GRAPH_TYPES} from 'src/dashboards/graphics/graph'
import {getDeep} from 'src/utils/wrappers'
import {updateAxes} from 'src/dashboards/actions/cellEditorOverlay'
import {ErrorHandling} from 'src/shared/decorators/errors'