mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Travis CI says: execute unused
Removed `execute` import
This commit is contained in:
@@ -5,7 +5,7 @@ import os
|
||||
import sys
|
||||
|
||||
from lib.config import LIBCHROMIUMCONTENT_COMMIT, BASE_URL
|
||||
from lib.util import execute, execute_stdout, scoped_cwd, enable_verbose_execute
|
||||
from lib.util import execute_stdout, scoped_cwd, enable_verbose_execute
|
||||
|
||||
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
|
||||
Reference in New Issue
Block a user