fix: Linting

This commit is contained in:
Faris Ansari 2019-03-02 14:07:12 +05:30
parent f1f07fc7c0
commit 41fafd8b5e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -78,7 +78,7 @@ const get_options_for_scss = () => {
node_modules_path,
...app_paths
]
}
};
};
module.exports = {