Commit 3841eaa1 authored by Quinten Yearsley's avatar Quinten Yearsley Committed by Commit Bot

Remove unused imports in depot_tools/*.py

I know that sometimes imports can have side-effects,
so unused imports shouldn't always be removed, but these
ones look like they could be.

Change-Id: Iea9f82afa99b0ea35f29a28f20ce0493b579cfee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1819860Reviewed-by: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
Commit-Queue: Quinten Yearsley <qyearsley@chromium.org>
parent 6f18e687
...@@ -22,7 +22,6 @@ import json ...@@ -22,7 +22,6 @@ import json
import urlparse import urlparse
import os import os
import sys import sys
import time
from third_party import httplib2 from third_party import httplib2
......
...@@ -24,7 +24,6 @@ try: ...@@ -24,7 +24,6 @@ try:
except ImportError: # For Py3 compatibility except ImportError: # For Py3 compatibility
import urllib.parse as urlparse import urllib.parse as urlparse
import download_from_google_storage
import gclient_utils import gclient_utils
import git_cache import git_cache
import scm import scm
......
...@@ -24,8 +24,6 @@ try: ...@@ -24,8 +24,6 @@ try:
except ImportError: # For Py3 compatibility except ImportError: # For Py3 compatibility
import urllib.parse as urlparse import urllib.parse as urlparse
import zipfile
from download_from_google_storage import Gsutil from download_from_google_storage import Gsutil
import gclient_utils import gclient_utils
import subcommand import subcommand
......
...@@ -38,7 +38,6 @@ import collections ...@@ -38,7 +38,6 @@ import collections
import contextlib import contextlib
from datetime import datetime from datetime import datetime
from datetime import timedelta from datetime import timedelta
from functools import partial
import itertools import itertools
import json import json
import logging import logging
......
...@@ -23,7 +23,6 @@ import logging ...@@ -23,7 +23,6 @@ import logging
import multiprocessing import multiprocessing
import os import os
import platform import platform
import socket
import subprocess import subprocess
import sys import sys
import time import time
......
...@@ -12,8 +12,6 @@ script will always roll to the tip of to origin/master. ...@@ -12,8 +12,6 @@ script will always roll to the tip of to origin/master.
from __future__ import print_function from __future__ import print_function
import argparse import argparse
import collections
import gclient_eval
import os import os
import re import re
import subprocess import subprocess
......
...@@ -6,14 +6,10 @@ ...@@ -6,14 +6,10 @@
import glob import glob
import io import io
import logging
import os import os
import platform import platform
import re import re
import sys import sys
import tempfile
import time
from xml.etree import ElementTree
import gclient_utils import gclient_utils
import subprocess2 import subprocess2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment