remove unused imports from spec

pull/1537/head
Jade McGough 2017-05-30 14:48:42 -07:00
parent e8427cc9f9
commit a9b4bedd6d
1 changed files with 1 additions and 6 deletions

View File

@ -1,11 +1,6 @@
import reducer from 'src/data_explorer/reducers/ui'
import {
addQuery,
deleteQuery,
showWriteForm,
hideWriteForm,
} from 'src/data_explorer/actions/view'
import {addQuery, deleteQuery} from 'src/data_explorer/actions/view'
const noopAction = () => {
return {type: 'NOOP'}