build: fix python warnings "SyntaxWarning: invalid escape sequence '\w'" (#44650)
* fix: SyntaxWarning: invalid escape sequence '\w' * chore: remove some unused imports * fix: E711 warning 'Comparison to should be '
This commit is contained in:
parent
41b5d7e312
commit
8a67e77f03
3 changed files with 4 additions and 5 deletions
|
@ -5,7 +5,7 @@ import glob
|
|||
import os
|
||||
import sys
|
||||
|
||||
from lib.config import PLATFORM, get_target_arch
|
||||
from lib.config import PLATFORM
|
||||
from lib.util import scoped_cwd, get_electron_version, make_zip, \
|
||||
get_electron_branding, get_out_dir, execute
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue