fix: Linting
This commit is contained in:
parent
f1f07fc7c0
commit
41fafd8b5e
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ const get_options_for_scss = () => {
|
|||
node_modules_path,
|
||||
...app_paths
|
||||
]
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue