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:
Charles Kerr 2020-09-13 20:25:49 -05:00 committed by GitHub
parent 70e3aa0182
commit 9b08fbefe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 5 additions and 27 deletions

View file

@ -5,10 +5,8 @@ from __future__ import print_function
import argparse
import os
import re
import shlex
import subprocess
import sys
import time
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))