From ecd5475c10f39fc377790457d166f263aecc65ef Mon Sep 17 00:00:00 2001 From: Iris Scholten Date: Mon, 25 Jun 2018 09:21:53 -0700 Subject: [PATCH] Remove unused import --- ui/src/dashboards/components/AxesOptions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/dashboards/components/AxesOptions.js b/ui/src/dashboards/components/AxesOptions.js index 330b910ec..7e8d3b715 100644 --- a/ui/src/dashboards/components/AxesOptions.js +++ b/ui/src/dashboards/components/AxesOptions.js @@ -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'