fix: removed unused imported Objects (#33304)
This commit is contained in:
parent
08d54d2416
commit
fdb60240f3
2 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue