💄 Fix pylint warning.
This commit is contained in:
parent
676a48ae28
commit
7c3ac01fd3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import tarfile
|
|||
|
||||
from lib.config import LIBCHROMIUMCONTENT_COMMIT, BASE_URL, NODE_VERSION
|
||||
from lib.util import scoped_cwd, rm_rf, get_atom_shell_version, make_zip, \
|
||||
safe_mkdir, safe_unlink, execute
|
||||
safe_mkdir, execute
|
||||
|
||||
|
||||
ATOM_SHELL_VRESION = get_atom_shell_version()
|
||||
|
|
Loading…
Reference in a new issue