Fix pylint warnings
This commit is contained in:
parent
9684f61e12
commit
0b9c11a5f2
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ import tempfile
|
||||||
|
|
||||||
from lib.config import PLATFORM, get_target_arch, get_chromedriver_version, \
|
from lib.config import PLATFORM, get_target_arch, get_chromedriver_version, \
|
||||||
get_platform_key, get_env_var
|
get_platform_key, get_env_var
|
||||||
from lib.util import electron_gyp, execute, get_electron_version, parse_version, \
|
from lib.util import electron_gyp, execute, get_electron_version, \
|
||||||
scoped_cwd
|
parse_version, scoped_cwd
|
||||||
from lib.github import GitHub
|
from lib.github import GitHub
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue