Skip to content

Commit

Permalink
linting ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Mar 24, 2020
1 parent 3b93185 commit d488284
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions superset-frontend/src/explore/controlPanels/Horizon.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
*/
import { t } from '@superset-ui/translation';
import { NVD3TimeSeries } from './sections';
import {
formatSelectOptions,
} from '../../modules/utils';
import { formatSelectOptions } from '../../modules/utils';

export default {
controlPanelSections: [
Expand Down Expand Up @@ -67,8 +65,8 @@ export default {
'series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series',
),
},
}
]
},
],
],
},
],
Expand Down

0 comments on commit d488284

Please sign in to comment.