Skip to content

Commit 2460fc3

Browse files
committed
fix lint
1 parent 2a20414 commit 2460fc3

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Diff for: src/components/colorscale/layout_attributes.js

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/**
2-
* Copyright 2012-2018, Plotly, Inc.
3-
* All rights reserved.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
2+
* Copyright 2012-2018, Plotly, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the MIT license found in the
6+
* LICENSE file in the root directory of this source tree.
7+
*/
98

109
'use strict';
1110

12-
var scales = require('./scales');
13-
1411
var msg = 'Note that `autocolorscale` must be true for this attribute to work.';
1512
module.exports = {
1613
editType: 'calc',

0 commit comments

Comments
 (0)