Commit b1233f35 authored by Michael Droettboom's avatar Michael Droettboom

Linter fix

parent 9e1af2f6
......@@ -14,7 +14,8 @@ var languagePluginLoader = new Promise((resolve, reject) => {
'cycler' : [],
'dateutil' : [],
'kiwisolver' : [],
'matplotlib' : [ 'numpy', 'dateutil', 'pytz', 'kiwisolver', 'cycler', 'pyparsing' ],
'matplotlib' :
[ 'numpy', 'dateutil', 'pytz', 'kiwisolver', 'cycler', 'pyparsing' ],
'numpy' : [],
'pandas' : [ 'numpy', 'dateutil', 'pytz' ],
'pyparsing' : [],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment