Travis CI says: execute unused
Removed `execute` import
This commit is contained in:
parent
20afd51a9d
commit
7ff95ec255
1 changed files with 1 additions and 1 deletions
|
@ -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__)))
|
||||
|
|
Loading…
Add table
Reference in a new issue