diff --git a/frappe/build.py b/frappe/build.py index 2383a98b8d..c3f4bfb47b 100644 --- a/frappe/build.py +++ b/frappe/build.py @@ -2,7 +2,7 @@ # MIT License. See license.txt from __future__ import unicode_literals, print_function -import os, frappe, json, shutil, re, warnings, subprocess +import os, frappe, json, shutil, re, warnings from os.path import exists as path_exists, join as join_path, abspath, isdir from distutils.spawn import find_executable from six import iteritems, text_type diff --git a/rollup/rollup.utils.js b/rollup/rollup.utils.js index 52dc5a209b..460e5932f0 100644 --- a/rollup/rollup.utils.js +++ b/rollup/rollup.utils.js @@ -78,7 +78,7 @@ const get_options_for_scss = () => { node_modules_path, ...app_paths ] - } + }; }; module.exports = {