mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
chore: remove unused imports in our python scripts (#25406)
Seen at https://lgtm.com/projects/g/electron/electron/?mode=list&id=py%2Funused-import and confirmed with manual inspection.
This commit is contained in:
@@ -7,7 +7,6 @@ import shutil
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
from lib.config import get_target_arch
|
||||
from lib.util import get_electron_branding, rm_rf, scoped_cwd
|
||||
|
||||
PROJECT_NAME = get_electron_branding()['project_name']
|
||||
|
||||
Reference in New Issue
Block a user