mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
fix: removed unused imported Objects (#33304)
This commit is contained in:
@@ -1,18 +1,13 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from __future__ import print_function
|
||||
import atexit
|
||||
import contextlib
|
||||
import errno
|
||||
import json
|
||||
import os
|
||||
import shutil
|
||||
import ssl
|
||||
import stat
|
||||
import subprocess
|
||||
import sys
|
||||
import tarfile
|
||||
import tempfile
|
||||
# Python 3 / 2 compat import
|
||||
try:
|
||||
from urllib.request import urlopen
|
||||
|
||||
Reference in New Issue
Block a user