Remove unused imports
This commit is contained in:
parent
d0b95e9298
commit
fd38cfd88c
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ import stat
|
|||
|
||||
from lib.config import LIBCHROMIUMCONTENT_COMMIT, BASE_URL, PLATFORM, \
|
||||
get_target_arch, get_chromedriver_version, \
|
||||
get_platform_key, get_zip_name
|
||||
get_zip_name
|
||||
from lib.util import scoped_cwd, rm_rf, get_electron_version, make_zip, \
|
||||
execute, electron_gyp
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import tempfile
|
|||
|
||||
from io import StringIO
|
||||
from lib.config import PLATFORM, get_target_arch, get_chromedriver_version, \
|
||||
get_platform_key, get_env_var, s3_config, get_zip_name
|
||||
get_env_var, s3_config, get_zip_name
|
||||
from lib.util import electron_gyp, execute, get_electron_version, \
|
||||
parse_version, scoped_cwd, s3put
|
||||
from lib.github import GitHub
|
||||
|
|
Loading…
Reference in a new issue