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/+/1819860
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
Commit-Queue: Quinten Yearsley <qyearsley@chromium.org>
This commit is contained in:
Quinten Yearsley
2019-09-23 21:07:07 +00:00
committed by Commit Bot
parent 6f18e68719
commit 3841eaa164
7 changed files with 0 additions and 12 deletions

View File

@@ -12,8 +12,6 @@ script will always roll to the tip of to origin/master.
from __future__ import print_function
import argparse
import collections
import gclient_eval
import os
import re
import subprocess